pms-parent/pms-common/src/main/java/com/dy/common/webUtil/GlExceptionHandler.java
@@ -47,6 +47,6 @@ @ExceptionHandler public BaseResponse exceptionHandler(Throwable t) { log.error("捕获到异常:{}",t.getMessage(),t); return BaseResponseUtils.buildException("在Controller中或后产生异常:" + t.getMessage()); return BaseResponseUtils.buildException( t.getMessage()); } }