打日志

This commit is contained in:
GUO 2024-05-22 01:33:55 +08:00
parent 2e48fa6a9b
commit 0417000ee2

View File

@ -59,8 +59,8 @@ public class TaskAspect {
}
} finally {
if (null == context) {
RequestIdUtil.clear();
log.info("task方法结束{}",methodName);
RequestIdUtil.clear();
}
}
}