|
@@ -63,6 +63,7 @@ public class QmAuditPushService {
|
|
|
String logType = AuditConstance.AUDIT_LOG_TYPE_SQ;
|
|
|
List<AuthBusLog> busLogs = getAuthBusLog(authorizeLogDto);
|
|
|
if(CollectionUtils.isNotEmpty(busLogs)) {
|
|
|
+ log.debug("QmAuditPushService pushLogMessage START");
|
|
|
logSendComponent.sendAuthBusLog(sysId, logType, busLogs);
|
|
|
}
|
|
|
}
|