|
|
@@ -1181,6 +1181,8 @@ public class OrderChangeServiceImpl extends BaseMybatisDao<NewOrderChangeMapper>
|
|
|
}
|
|
|
if (cd.getDeclarationBatch()!=null)ot.setDeclarationBatch(cd.getDeclarationBatch());
|
|
|
if (cd.getPatentType()!=null)ot.setPatentType(cd.getPatentType());
|
|
|
+ if (cd.getOfficialCost()!=null) ot.setOfficialCost(cd.getOfficialCost());
|
|
|
+ if (cd.getCostReduction()!=null) ot.setCostReduction(cd.getCostReduction());
|
|
|
tOrderTaskMapper.insertSelective(ot);
|
|
|
InputAddTask inMid=new InputAddTask();
|
|
|
inMid.setId(ot.getId());
|