Merge remote-tracking branch 'origin/master'

This commit is contained in:
张松 2025-02-25 15:40:42 +08:00
commit c437e47cbb
1 changed files with 1 additions and 0 deletions

View File

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