fix(标准解读流程): 完善

This commit is contained in:
yjz
2024-07-15 19:25:12 +08:00
parent 4bddbe45a3
commit a1c3e47b97
@@ -1331,6 +1331,11 @@ public class StandardInterpretFlowServiceImpl implements StandardInterpretFlowSe
processStandardInterpretClauseService.removeByIds(processAllDelIds);
// 更新 标准解读流程_条款中间表
for (ProcessStandardInterpretClause processStandardInterpretClause :
processStandardInterpretClauseList) {
// 重置状态
processStandardInterpretClause.setIsReject(YesOrNoEnum.NO.getValue());
}
processStandardInterpretClauseService.saveOrUpdateBatch(processStandardInterpretClauseList);
// 生成 标准解读流程_条款中间表_子表 数据