liurunyu
2024-08-03 3e4fb6b20cdb85b1bf290a88f68a4646915da78d
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());
    }
}