bug: 政策征求意见流程会签节点人员抓取修改
This commit is contained in:
+5
-5
@@ -46,11 +46,11 @@ public class PolicySolicitOpinionProcess12After implements TaskListener {
|
|||||||
nextUserList.addAll(Arrays.asList(hqrUserIds.split(",")));
|
nextUserList.addAll(Arrays.asList(hqrUserIds.split(",")));
|
||||||
}
|
}
|
||||||
|
|
||||||
List<String> hqrUserIdList = (List<String>) delegateTask.getVariable("hqrUserIdList");
|
// List<String> hqrUserIdList = (List<String>) delegateTask.getVariable("hqrUserIdList");
|
||||||
if (CollectionUtils.isNotEmpty(hqrUserIdList)) {
|
// if (CollectionUtils.isNotEmpty(hqrUserIdList)) {
|
||||||
nextUserList.addAll(hqrUserIdList);
|
// nextUserList.addAll(hqrUserIdList);
|
||||||
}
|
// }
|
||||||
nextUserList = nextUserList.stream().distinct().collect(Collectors.toList());
|
// nextUserList = nextUserList.stream().distinct().collect(Collectors.toList());
|
||||||
delegateTask.setVariable("hqrUserIdList", nextUserList);
|
delegateTask.setVariable("hqrUserIdList", nextUserList);
|
||||||
|
|
||||||
boolean existTaskFlag = taskTodoService.whetherExistTaskByTaskDefinitionKey(
|
boolean existTaskFlag = taskTodoService.whetherExistTaskByTaskDefinitionKey(
|
||||||
|
|||||||
Reference in New Issue
Block a user