This commit is contained in:
2026-09-20 18:12:45 +08:00
parent 2f56ca07cb
commit 8cf9140f56
4 changed files with 111 additions and 2 deletions
@@ -170,6 +170,7 @@ public class BusinessProcessServiceImpl extends ServiceImpl<BusinessProcessMappe
this.saveOrUpdate(businessProcess);
List<?> currentNodes = this.getCurrentNodes(processInstanceId, loginName);
this.syncCustomerArchiveCurrentNode(param.getFormInstanceId(), currentNodes);
this.getProcessInfo(processInstanceId, loginName);
return processInstanceId;
}