|
|
@@ -116,7 +116,7 @@ public class StorageChangeStoragehouseRopServiceImpl implements StorageChangeSto
|
|
116
|
116
|
storageChangeStoragehouseDefault.setOutWarehouseName(wareOutHouseName); //倒出货位名称
|
|
117
|
117
|
|
|
118
|
118
|
//根据仓房、货位、orgId获取粮食品种等信息
|
|
119
|
|
- Map<String, Object> map = feignAgileService.getDateByChHwh(orgId, houseOutId, wareOutHouseId);
|
|
|
119
|
+ Map<String, Object> map = feignAgileService.getDateByChHwh(orgId.toString(), houseOutId.toString(), wareOutHouseId.toString());
|
|
120
|
120
|
if ("0".equals(map.get("pz").toString())) {
|
|
121
|
121
|
sbf.append("根据倒出货位的值"+wareOutHouseId+"未获取到对应的库存信息,");
|
|
122
|
122
|
} else {
|