优化,增加实例字段

release_1.0.0
liu 8 months ago
parent 731e9c452e
commit 3a3ba9f264

@ -161,6 +161,7 @@ public class KnowledgeFlowServiceImpl implements KnowledgeFlowService {
for (SystemFlowRuleUser todoUser : nextRuleUserList) {
KnowledgeFlowTodo todo = new KnowledgeFlowTodo();
todo.setFlowId(nextRule.getFlowId());
todo.setFlowInstanceId(flowInstanceId);
todo.setSubmitUserId(flowInstanceId);
todo.setFlowType(flowTypeEnum.getFlowType());
todo.setKnowledgeId(knowledge.getId());

Loading…
Cancel
Save