소스 검색

客户释放BUG修复

anderx 1 년 전
부모
커밋
9ae32efb34
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/main/java/com/goafanti/order/service/impl/OrderChangeServiceImpl.java

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