fix(87650): 标准解读流程-解读人提交信息后,主解读人审核在节点树上没表示

This commit is contained in:
yjz
2024-07-31 20:06:36 +08:00
parent 214af3fae6
commit 974aaa3576
@@ -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()));
}
}
}