微调
This commit is contained in:
@@ -121,7 +121,7 @@ public class LogAdvice implements ApplicationListener<ContextRefreshedEvent> {
|
||||
if (apiOperation != null) {
|
||||
//注解上的描述
|
||||
String now = LocalDateTime.now().format(DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss"));
|
||||
sysLogAudit.setRemark(username + "用户:" + now + " " + apiOperation.value() + " " + resultStr);
|
||||
sysLogAudit.setRemark(username + ":" + now + " " + apiOperation.value() + " " + resultStr);
|
||||
}
|
||||
//Object[] args = joinPoint.getArgs();
|
||||
logQueue.add(sysLogAudit);
|
||||
|
||||
Reference in New Issue
Block a user