diff --git a/laws-modules/src/main/java/com/jero/modules/activiti/process/standardinterpret/service/impl/StandardInterpretFlowServiceImpl.java b/laws-modules/src/main/java/com/jero/modules/activiti/process/standardinterpret/service/impl/StandardInterpretFlowServiceImpl.java index 2d21bda2..480d4883 100644 --- a/laws-modules/src/main/java/com/jero/modules/activiti/process/standardinterpret/service/impl/StandardInterpretFlowServiceImpl.java +++ b/laws-modules/src/main/java/com/jero/modules/activiti/process/standardinterpret/service/impl/StandardInterpretFlowServiceImpl.java @@ -1331,6 +1331,11 @@ public class StandardInterpretFlowServiceImpl implements StandardInterpretFlowSe processStandardInterpretClauseService.removeByIds(processAllDelIds); // 更新 标准解读流程_条款中间表 + for (ProcessStandardInterpretClause processStandardInterpretClause : + processStandardInterpretClauseList) { + // 重置状态 + processStandardInterpretClause.setIsReject(YesOrNoEnum.NO.getValue()); + } processStandardInterpretClauseService.saveOrUpdateBatch(processStandardInterpretClauseList); // 生成 标准解读流程_条款中间表_子表 数据