修复“删除流程模型方法 有注释写错”

This commit is contained in:
YunaiV 2023-07-25 20:33:41 +08:00
parent 91aacefc3d
commit 8e51de5349
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ public class BpmModelServiceImpl implements BpmModelService {
}
// 执行删除
repositoryService.deleteModel(id);
// 禁用流程实例
// 禁用流程定义
updateProcessDefinitionSuspended(model.getDeploymentId());
}