|
@@ -1595,6 +1595,11 @@ public class OmstruckOrderServiceImpl implements IOmstruckOrderService {
|
|
|
orderType = BigDecimal.valueOf(25);
|
|
|
mapValue.put("orderType", orderType);
|
|
|
}
|
|
|
+ if(inwardType.equals("计次")){
|
|
|
+ mapValue.remove(orderType);
|
|
|
+ orderType = BigDecimal.valueOf(26);
|
|
|
+ mapValue.put("orderType", orderType);
|
|
|
+ }
|
|
|
Integer carrierId = (Integer) mapValue.get("carrierId");
|
|
|
AmstruckInwardPlan amstruckInwardPlan = amstruckInwardPlanMapper.selectByPrimaryKey(planId);
|
|
|
amstruckInwardPlan.setPlanStatus(new BigDecimal(3));
|