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