fix(87650): 标准解读流程-解读人提交信息后,主解读人审核在节点树上没表示
This commit is contained in:
+2
-1
@@ -159,7 +159,8 @@ public class ProcessNodeService extends ServiceImpl<ProcessNodeMapper, ProcessNo
|
||||
if (!String.valueOf(StandardInterpretCommon.IS_DISTRIBUTE_1)
|
||||
.equals(processStandardInterpret.getDistribute())){
|
||||
processNodeList.removeIf(v ->
|
||||
StandardInterpretCommon.MASTER_INTERPRET_SUMMARY.equals(v.getXmlNodeId()));
|
||||
StandardInterpretCommon.MASTER_INTERPRET_SUMMARY.equals(v.getXmlNodeId()) ||
|
||||
StandardInterpretCommon.MASTER_INTERPRET_APPROVE.equals(v.getXmlNodeId()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user