liurunyu
2024-10-19 9cb1f5cf9cc383d8f09b0735e75ee7a0ef181804
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());
    }
}