Browse Source

任务发起并入策略

guarantee-lsq 7 months ago
parent
commit
40ebcd1253

+ 2 - 0
platform-service/src/main/java/com/platform/service/custom/impl/CustomFormDataServiceImpl.java

@@ -144,6 +144,8 @@ public class CustomFormDataServiceImpl extends BaseServiceImpl<CustomFormDataMap
         bom.setId(IdGeneratorUtils.getObjectId());
         bom.setStatus(YesNoEnum.NO.getValue());
         bom.setPersonalType(YesNoEnum.YES.getValue());
+        bom.setReminderNum(YesNoEnum.NO.getValue());
+        bom.setReadFlag(YesNoEnum.NO.getValue());
         workflowTaskBomMapper.insert(bom);
     }
     /**