刘小明
2024-08-13 9bfdf1ff20086c04bbe6576706bfee95c9d7fea0
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());
    }
}