|
@@ -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());
|