|
@@ -102,7 +102,6 @@ public class TmsshipUnloadShipResultServiceImpl implements ITmsshipUnloadShipRes
|
|
|
tmsshipUnloadShipResult.setInsertUpdateRemark("无");
|
|
|
tmsshipUnloadShipResult.setDeleted(new BigDecimal(0));
|
|
|
// 新增出库实绩
|
|
|
-
|
|
|
Map<String,Object> totalId = new HashMap<>();
|
|
|
totalId.put("totalResultId",totalResultId);
|
|
|
List<TmsshipLoadShipResult> tmsshipLoadShipResults = tmsshipLoadShipResultMapper.selectByParameters(totalId);
|
|
@@ -113,7 +112,6 @@ public class TmsshipUnloadShipResultServiceImpl implements ITmsshipUnloadShipRes
|
|
|
mapValue.put("resultMaterialNumber",tmsshipLoadShipResult.getResultActualInstallations());
|
|
|
wmshboundFeign.addWarehousingResult(mapValue);
|
|
|
|
|
|
-
|
|
|
return tmsshipUnloadShipResultMapper.insert(tmsshipUnloadShipResult);
|
|
|
}
|
|
|
|