fix(88496): 标准解读人重新分发节点转办问题

This commit is contained in:
yjz
2024-08-21 18:44:14 +08:00
parent f795cb98e1
commit 22ceeace07
@@ -124,7 +124,8 @@ public class StandardInterpretFlow implements WorkCenterService {
}
}
// 标准主解读人审核(分发)
if (StandardInterpretCommon.MASTER_INTERPRET_APPROVE.equals(node)){
if (StandardInterpretCommon.MASTER_INTERPRET_APPROVE.equals(node)
|| StandardInterpretCommon.MASTER_INTERPRET_AGAIN_DISTRIBUTE.equals(node)){
// 更新标准主解读人
ProcessStandardInterpretService processStandardInterpretService =
SpringContextUtil.getBean(ProcessStandardInterpretService.class);