#
luxiaotao1123
2021-03-02 2b8da361b039e8b85b095b3261310be2a37618b8
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());
    }