#
luxiaotao1123
2021-03-04 16fea9a478c5c0f0c38a84b476083c8473f90eb8
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());
    }
}