|
@@ -246,6 +246,12 @@ public class TmsshipLoadShipResultServiceImpl implements ITmsshipLoadShipResultS
|
|
mapValue.put("batchId",list.get(0).get("realBatchId"));
|
|
mapValue.put("batchId",list.get(0).get("realBatchId"));
|
|
mapValue.put("portId",list.get(0).get("startPortId"));
|
|
mapValue.put("portId",list.get(0).get("startPortId"));
|
|
mapValue.put("resultMaterialNumber",list.get(0).get("resultActualInstallations"));
|
|
mapValue.put("resultMaterialNumber",list.get(0).get("resultActualInstallations"));
|
|
|
|
+ try{
|
|
|
|
+ Date workTime=(Date)list.get(0).get("resultLoadShipDate");
|
|
|
|
+ mapValue.put("attorneyTime",workTime.getTime());
|
|
|
|
+ }catch (Exception e){
|
|
|
|
+
|
|
|
|
+ }
|
|
wmshboundFeign.addWarehousingResult(mapValue);
|
|
wmshboundFeign.addWarehousingResult(mapValue);
|
|
}
|
|
}
|
|
return tmsshipLoadShipResultMapper.updateByPrimaryKeySelective(tmsshipLoadShipResult);
|
|
return tmsshipLoadShipResultMapper.updateByPrimaryKeySelective(tmsshipLoadShipResult);
|