guarantee-lsq 2 年之前
父節點
當前提交
f159e40815

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

@@ -73,6 +73,7 @@ public class FillGatherTaskServiceImpl extends BaseServiceImpl<FillGatherTaskMap
     public FillGatherTask saveModelByDTO(FillGatherTaskDTO model) {
         model.setTotalNum(model.getSbIds().size());
         model.setWaitNum(model.getTotalNum());
+        model.setStatus(FillGatherTaskStatusEnum.PROCESSING.getValue());
         FillGatherTask task = super.saveModelByDTO(model);
         // 1、获取巡检内容
         String content = getContentByGatherId(model.getGatherId());