Explorar o código

巡检定时优化

guarantee-lsq %!s(int64=2) %!d(string=hai) anos
pai
achega
f0098fe78a

+ 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);