|
|
@@ -100,7 +100,7 @@ public class StorageChangeStoragehouseRopServiceImpl implements StorageChangeSto
|
|
100
|
100
|
storageChangeStoragehouseDefault.setOutWarehouse(wareOutHouseId); //倒出货位
|
|
101
|
101
|
storageChangeStoragehouseDefault.setOutWarehouseName(wareOutHouseName); //倒出货位名称
|
|
102
|
102
|
//根据仓房、货位、orgId获取粮食品种等信息
|
|
103
|
|
- Map<String, Object> map = feignAgileService.getDateByChHwh(orgId, houseId, wareHouseId);
|
|
|
103
|
+ Map<String, Object> map = feignAgileService.getDateByChHwh(orgId, houseOutId, wareOutHouseId);
|
|
104
|
104
|
String grainAttribute = (String) map.get("hwxz"); //粮油性质
|
|
105
|
105
|
Integer grainKind = (Integer) map.get("pz"); //品种
|
|
106
|
106
|
Integer grainDetailKind = (Integer) map.get("mxpz"); //明细品种
|