Commit bc70d6b8 authored by suhuiguang's avatar suhuiguang

1.开通拆分方法后部分字段丢失

parent 9fe86dcc
......@@ -207,9 +207,9 @@ public class JyjcOpeningApplicationServiceImpl extends BaseService<JyjcOpeningAp
model.setNextExecuteUserIds(workflowResultDto.getNextExecutorUserIds());
// 首次提交时删除暂存的待办
this.deleteDraftTask(model);
saveModel(model);
// 创建代办
buildTask(model, workflowResultDto);
saveModel(model);
// 缓存流程数据
commonService.saveExecuteFlowData2Redis(workflowResultDto.getInstanceId(), this.buildInstanceRuntimeData(model));
return model;
......
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