通过流程实列id完成任务

master
pengqiang 2021-11-12 11:53:18 +08:00
parent 3224673dfd
commit 66c181aa30
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ public class ActTaskDefService {
* @param type
* @param comment
*/
public void completeProcInsTask(String procInsId, int type, String comment) {
public void completeTaskByProcInsId(String procInsId, int type, String comment) {
int adminId = InterfaceUtil.getAdminId();
List<Task> taskList = taskService.createTaskQuery().processInstanceId(procInsId).list();
List<String> assignUserList;