|
@@ -86,7 +86,7 @@ public class StorageChangeStoragehouseRopServiceImpl implements StorageChangeSto
|
|
86
|
//货位
|
86
|
//货位
|
|
87
|
storageChangeStoragehouseDefault.setIntoWarehouse(wareHouseId); //倒入货位
|
87
|
storageChangeStoragehouseDefault.setIntoWarehouse(wareHouseId); //倒入货位
|
|
88
|
storageChangeStoragehouseDefault.setIntoWarehouseName(wareHouseName); //倒出货位名称
|
88
|
storageChangeStoragehouseDefault.setIntoWarehouseName(wareHouseName); //倒出货位名称
|
|
89
|
- storageChangeStoragehouseDefault.setOrgId(jsonObject.getInteger("org_id")); //组织id
|
|
|
|
|
|
89
|
+ storageChangeStoragehouseDefault.setOrgId(orgId); //组织id
|
|
90
|
//根据倒出仓房编码查询倒出仓房、货位、组织机构数据
|
90
|
//根据倒出仓房编码查询倒出仓房、货位、组织机构数据
|
|
91
|
String hwbmout = jsonObject.getString("cfbmout");
|
91
|
String hwbmout = jsonObject.getString("cfbmout");
|
|
92
|
Map<String, Object> outwareDataMap = feignBasicService.getWareDataByHwbm(hwbmout);
|
92
|
Map<String, Object> outwareDataMap = feignBasicService.getWareDataByHwbm(hwbmout);
|