Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
c437e47cbb
|
|
@ -118,6 +118,7 @@ public class CzgControllerAdvice {
|
|||
}
|
||||
|
||||
private void setErrorLog(Exception ex) {
|
||||
log.error("错误",ex);
|
||||
log.error(ex.getMessage());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue