Fancy
2024-09-18 9808ea784fbe53dd3af1200999420014f1c2014e
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());
    }
}