#
luxiaotao1123
2021-04-01 b5e964367ac427a49ebfaa48d0d1517d5295bd72
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());
                }