anderx лет назад: 3
Родитель
Сommit
1d1398c363
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/java/com/goafanti/order/service/impl/OrderChangeServiceImpl.java

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

@@ -988,7 +988,7 @@ public class OrderChangeServiceImpl extends BaseMybatisDao<NewOrderChangeMapper>
 				if (cd.getDeclarationBatch()!=null)ot.setDeclarationBatch(cd.getDeclarationBatch());
 				if (cd.getDeclarationBatch()!=null)ot.setDeclarationBatch(cd.getDeclarationBatch());
 				if (cd.getPatentType()!=null)ot.setPatentType(cd.getPatentType());
 				if (cd.getPatentType()!=null)ot.setPatentType(cd.getPatentType());
 				tOrderTaskMapper.insertSelective(ot);
 				tOrderTaskMapper.insertSelective(ot);
-				orderNewService.addTaskMid(ot.getId(),ot.getCommodityId(),ot.getOrderNo());
+//				orderNewService.addTaskMid(ot.getId(),ot.getCommodityId(),ot.getOrderNo());
 				if (cd.getSplitStatus()==1){
 				if (cd.getSplitStatus()==1){
 					map.put(cd.getId(),ot.getId());
 					map.put(cd.getId(),ot.getId());
 				}
 				}