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()); }