fix(88496): 标准解读人重新分发节点转办问题
This commit is contained in:
+2
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user