zx 2 anos atrás
pai
commit
1c46fe74d4

+ 1 - 1
src/main/java/com/steerinfo/dil/service/impl/TmsshipUnloadShipResultServiceImpl.java

@@ -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);