Commit 1001fc23 by 丁伟峰

Merge branch 'feat-dingwf-mvp616' into develop

2 parents 8b3619ba 4ef192b5
......@@ -21,7 +21,7 @@ public class GlobalExceptionHandler {
public Result<?> handleValidatedException(Exception e) {
Result<?> resp = null;
log.error(e.toString());
log.error("=======$$$$$$$$$$$$======" + e.toString());
if (e instanceof MethodArgumentNotValidException) {
// BeanValidation exception
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!