guarantee-lsq před 2 roky
rodič
revize
894eaa6453

+ 1 - 0
platform-service/src/main/java/com/platform/service/fill/impl/FillGatherTaskServiceImpl.java

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