王佳豪
2021-06-03 b76802959d44642215a4c60799134e9a5f50469f
src/main/java/zy/cloud/wms/common/config/CoolExceptionHandler.java
@@ -26,6 +26,11 @@
    @ExceptionHandler(CoolException.class)
    public R handleRRException(CoolException e) {
        return R.error(e.getMessage());
    }
    @ExceptionHandler(CodeCoolException.class)
    public R handleRRException(CodeCoolException e) {
        return R.parse(e.getMessage());
    }