提交修改

This commit is contained in:
quyixiao 2025-04-12 23:02:00 +08:00
parent b6cb958d7c
commit 8ec19cfca7

View File

@ -120,7 +120,6 @@ public class LogAop {
return R.error("auth error");
}
result = point.proceed();
} catch (Exception e) {
log.error("LogAop set error " + sb.toString(), e);