Procházet zdrojové kódy

客户释放BUG修复

anderx před 1 rokem
rodič
revize
9ae32efb34

+ 2 - 0
src/main/java/com/goafanti/order/service/impl/OrderChangeServiceImpl.java

@@ -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());