Commit f56dbd80 by 丁伟峰

Merge branch 'feat-dingwf-mvp616' into develop

2 parents dde19761 fd202a0c
......@@ -48,6 +48,6 @@ public class GlobalExceptionHandler {
// 处理以上处理不了的其他异常
@ExceptionHandler(Exception.class)
public Result<?> exceptionHandler(Exception e) {
return Result.failed(String.join(";", collect));
return Result.failed(e.toString());
}
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!