fix(标准解读流程): 完善
This commit is contained in:
+5
@@ -1331,6 +1331,11 @@ public class StandardInterpretFlowServiceImpl implements StandardInterpretFlowSe
|
||||
processStandardInterpretClauseService.removeByIds(processAllDelIds);
|
||||
|
||||
// 更新 标准解读流程_条款中间表
|
||||
for (ProcessStandardInterpretClause processStandardInterpretClause :
|
||||
processStandardInterpretClauseList) {
|
||||
// 重置状态
|
||||
processStandardInterpretClause.setIsReject(YesOrNoEnum.NO.getValue());
|
||||
}
|
||||
processStandardInterpretClauseService.saveOrUpdateBatch(processStandardInterpretClauseList);
|
||||
|
||||
// 生成 标准解读流程_条款中间表_子表 数据
|
||||
|
||||
Reference in New Issue
Block a user