feat: 56523 【WELINK】标准征求意见 审核节点 应该显示 标准号 标准名称-征求意见 现在审核节点显示部长+对接人审批
This commit is contained in:
@@ -65,7 +65,7 @@ public class Step7After implements TaskListener {
|
||||
}
|
||||
if (delegateTask.getVariable("hqCount",Integer.class)==delegateTask.getVariable("responUserList",List.class).size()) {
|
||||
if (0 == delegateTask.getVariable("hqMark", Integer.class)) {
|
||||
prcName =delegateTask.getVariable("cid")+"-标准征求意见流程-部长+对接人审批";
|
||||
prcName =delegateTask.getVariable("cid")+"-征求意见";
|
||||
List<String> strings=delegateTask.getVariable("user7",List.class);
|
||||
strings.forEach(s -> {
|
||||
if (null!=s &&!nextUserList.contains(s)){
|
||||
|
||||
Reference in New Issue
Block a user