Commit 59e97f60 authored by suhuiguang's avatar suhuiguang

1.单位更名变更:提交、提交并提交未更新redis数据bug

parent 1f19ccbc
...@@ -348,6 +348,7 @@ public class JgChangeRegistrationNameServiceImpl extends BaseService<JgChangeReg ...@@ -348,6 +348,7 @@ public class JgChangeRegistrationNameServiceImpl extends BaseService<JgChangeReg
executeOneStep(jgChangeRegistrationName, taskName, nextUserIds, op); executeOneStep(jgChangeRegistrationName, taskName, nextUserIds, op);
} }
this.updateById(jgChangeRegistrationName); this.updateById(jgChangeRegistrationName);
commonService.saveExecuteFlowData2Redis(jgChangeRegistrationName.getInstanceId(), this.buildInstanceRuntimeData(jgChangeRegistrationName));
} else { } else {
// 暂存逻辑 // 暂存逻辑
createTaskModel(jgChangeRegistrationName, null, "0", null); createTaskModel(jgChangeRegistrationName, null, "0", null);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment