日志 详情

This commit is contained in:
2024-08-08 10:00:59 +08:00
parent 9e13d1ff98
commit 3d43f5f114
2 changed files with 3 additions and 4 deletions

View File

@@ -96,8 +96,7 @@ public class LogServiceImpl implements LogService {
String value = SpelUtil.generateKeyBySpEL(split[1], joinPoint);
// 描述
log.setDescription(split[0] + ":" + value);
}
if (split.length == 3) {
} else if (split.length == 3) {
// String v1 = SpelUtil.generateKeyBySpEL(split[1], joinPoint);
String v2 = SpelUtil.generateKeyBySpEL(split[2], joinPoint);
if (methodName.contains("createOutAndONOperate")) {