fix(89137): 标准解读流程(标准主解读人分发) --解读人填写信息驳回后,分发部分数据,剩余部分数据丢失了
This commit is contained in:
+7
@@ -1703,6 +1703,13 @@ public class StandardInterpretFlowServiceImpl implements StandardInterpretFlowSe
|
||||
// 删除旧数据
|
||||
processStandardInterpretClauseService.removeByIds(processAllDelIds);
|
||||
|
||||
// 重新分发节点特殊处理
|
||||
if (StandardInterpretCommon.MASTER_INTERPRET_AGAIN_DISTRIBUTE.equals(node)){
|
||||
processStandardInterpretClauseList = processStandardInterpretClauseList.stream()
|
||||
.filter(v -> StringUtils.isNotBlank(v.getInterpretPersonIds()))
|
||||
.collect(Collectors.toList());
|
||||
}
|
||||
|
||||
// 更新 标准解读流程_条款中间表
|
||||
for (ProcessStandardInterpretClause processStandardInterpretClause :
|
||||
processStandardInterpretClauseList) {
|
||||
|
||||
Reference in New Issue
Block a user