|
@@ -119,7 +119,7 @@ public class TmsshipUnloadShipResultServiceImpl implements ITmsshipUnloadShipRes
|
|
|
tmsshipUnloadShipResult.setDeleted(new BigDecimal(0));
|
|
|
//锁定船只
|
|
|
OmsshipInstructionsCapacity omsshipInstructionsCapacity=new OmsshipInstructionsCapacity();
|
|
|
- omsshipInstructionsCapacity.setInstructionsCapacityId(DataChange.dataToBigDecimal(unloadMap.get("instructionsCapacityId")));
|
|
|
+ omsshipInstructionsCapacity.setInstructionsCapacityId(orderId);
|
|
|
//锁定
|
|
|
omsshipInstructionsCapacity.setDeleted(new BigDecimal(3));
|
|
|
omsshipInstructionsCapacityMapper.updateByPrimaryKeySelective(omsshipInstructionsCapacity);
|