#
luxiaotao1123
2021-03-06 8e13b1cf8fd11809837fa2c958d608a1c38732db
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());
    }
}