|
|
|
@ -138,6 +138,7 @@ public class FactoryCommonServiceImpl implements IFactoryCommonService {
|
|
|
|
|
|
|
|
|
|
//查询destinationWarehouse logiBillNo plantId数据
|
|
|
|
|
Map<String, String> supplyData = advanceDetailClient.getSupplyData(unitNo); |
|
|
|
|
log.info(">>>>>>>>>>>>>>> extracted supplyData {}",supplyData); |
|
|
|
|
if (!supplyData.isEmpty()) { |
|
|
|
|
|
|
|
|
|
String destinationWarehouseId = supplyData.get("destinationWarehouseId");//目的仓id
|
|
|
|
|