fix(89137): 标准解读流程(标准主解读人分发) --解读人填写信息驳回后,分发部分数据,剩余部分数据丢失了

This commit is contained in:
yjz
2024-08-20 18:11:24 +08:00
parent 46f2fa57a9
commit 1e249f2033
@@ -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) {