通过流程实列id完成任务
parent
3224673dfd
commit
66c181aa30
|
@ -81,7 +81,7 @@ public class ActTaskDefService {
|
||||||
* @param type
|
* @param type
|
||||||
* @param comment
|
* @param comment
|
||||||
*/
|
*/
|
||||||
public void completeProcInsTask(String procInsId, int type, String comment) {
|
public void completeTaskByProcInsId(String procInsId, int type, String comment) {
|
||||||
int adminId = InterfaceUtil.getAdminId();
|
int adminId = InterfaceUtil.getAdminId();
|
||||||
List<Task> taskList = taskService.createTaskQuery().processInstanceId(procInsId).list();
|
List<Task> taskList = taskService.createTaskQuery().processInstanceId(procInsId).list();
|
||||||
List<String> assignUserList;
|
List<String> assignUserList;
|
||||||
|
|
Loading…
Reference in New Issue