|
@@ -384,6 +384,7 @@ public class FillGatherTaskServiceImpl extends BaseServiceImpl<FillGatherTaskMap
|
|
detail.setTaskId(taskId);
|
|
detail.setTaskId(taskId);
|
|
detail.setId(IdGeneratorUtils.getObjectId());
|
|
detail.setId(IdGeneratorUtils.getObjectId());
|
|
detail.setStatus(0);
|
|
detail.setStatus(0);
|
|
|
|
+ detail.setSortNum(100);
|
|
details.add(detail);
|
|
details.add(detail);
|
|
}
|
|
}
|
|
fillGatherTaskDetailMapper.insertListforComplex(details);
|
|
fillGatherTaskDetailMapper.insertListforComplex(details);
|