Commit 1c770519 authored by suhuiguang's avatar suhuiguang

1.修改联调bug

parent 74b3f1d1
...@@ -383,7 +383,7 @@ public class JgChangeRegistrationNameServiceImpl extends BaseService<JgChangeReg ...@@ -383,7 +383,7 @@ public class JgChangeRegistrationNameServiceImpl extends BaseService<JgChangeReg
jgChangeRegistrationName.setNextTaskId(nextTaskId); jgChangeRegistrationName.setNextTaskId(nextTaskId);
this.update(jgChangeRegistrationName, lambda); this.update(jgChangeRegistrationName, lambda);
// 删除待办 // 删除待办
commonService.rollbackTask(jgChangeRegistrationName.getInstanceId()); commonService.rollbackTask(instanceId);
} }
......
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