|
@@ -108,7 +108,7 @@ public class TmsshipUnloadShipResultServiceImpl implements ITmsshipUnloadShipRes
|
|
|
TmsshipLoadShipResult tmsshipLoadShipResult = tmsshipLoadShipResults.get(0);
|
|
|
Map<String,Object> mapValue = new HashMap<>();
|
|
|
mapValue.put("batchId",tmsshipLoadShipResult.getBatchId());
|
|
|
- mapValue.put("downSwimPortId",downSwimPortId);
|
|
|
+ mapValue.put("portId",downSwimPortId);
|
|
|
mapValue.put("resultMaterialNumber",tmsshipLoadShipResult.getResultActualInstallations());
|
|
|
wmshboundFeign.addWarehousingResult(mapValue);
|
|
|
|