异常打印1

This commit is contained in:
wangw 2025-11-12 11:06:11 +08:00
parent 3bae9504a9
commit 1dfc594a29
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ public class CzgControllerAdvice {
} }
private void setErrorLog(Exception ex) { private void setErrorLog(Exception ex) {
log.error(ex.getMessage()); // log.error(ex.getMessage());
log.error("错误", ex); log.error("错误", ex);
} }
} }