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