#
luxiaotao1123
2021-03-11 255763aeb055b54f52684b726018f1c1d0063a55
src/main/java/zy/cloud/wms/common/config/CoolExceptionHandler.java
@@ -29,4 +29,9 @@
        return R.error(e.getMessage());
    }
    @ExceptionHandler(CodeCoolException.class)
    public R handleRRException(CodeCoolException e) {
        return R.parse(e.getMessage());
    }
}