#
luxiaotao1123
2021-03-31 c8f89c1e9353d6e530b8b7fe93c15686251b7d65
src/main/java/zy/cloud/wms/common/service/MainService.java
@@ -121,7 +121,7 @@
            Result1 result = asrsService.stockTransfer(transferParams);
            if (result.getCode() == 500) {
                if (Cools.isEmpty(result.getData())) {
                    throw new CodeCoolException(result.getMsg());
                    throw new CoolException(result.getMsg());
                } else {
                    throw new CodeCoolException("20001-" + result.getData());
                }