|
|
|
@ -73,7 +73,6 @@ public class RequestLogConfig {
|
|
|
|
|
if (response instanceof String){
|
|
|
|
|
auditLogDTO.setResponse((String) response);
|
|
|
|
|
}
|
|
|
|
|
Thread.sleep(1000);
|
|
|
|
|
auditLogDTO.setEndTime(LocalDateTime.now());
|
|
|
|
|
auditLogService.saveAuditLog(auditLogDTO);
|
|
|
|
|
} catch (Exception e) {
|
|
|
|
|