Browse Source

Merge remote-tracking branch 'origin/demo_' into demo_

2 years ago
parent
commit
03fd6b9bef

+ 1 - 0
platform-rest/src/main/java/com/platform/rest/task/FillGatherTaskTask.java

@@ -103,6 +103,7 @@ public class FillGatherTaskTask {
             detail.setTaskId(newTaskId);
             detail.setId(IdGeneratorUtils.getObjectId());
             detail.setStatus(0);
+            detail.setSortNum(vo.getSortNum());
             details.add(detail);
         }
         fillGatherTaskDetailMapper.insertListforComplex(details);