feat(标准解读流程): 不带入调整发起问题修复

This commit is contained in:
yjz
2024-07-15 09:10:30 +08:00
parent 741375117c
commit eb2e707831
@@ -1132,8 +1132,6 @@ public class StandardInterpretFlowServiceImpl implements StandardInterpretFlowSe
}
private void handleBusinessDataSave(StandardInterpretFlowDTO standardInterpretFlowDTO) {
// map(参数)
Map<String, Object> map = standardInterpretFlowDTO.getMap();
// 流程全局删除ids
List<String> processAllDelIds = standardInterpretFlowDTO.getProcessAllDelIds();
StandardInterpretDTO data = standardInterpretFlowDTO.getData();
@@ -1260,7 +1258,9 @@ public class StandardInterpretFlowServiceImpl implements StandardInterpretFlowSe
.eq(SarFileSplitInfoEO::getStandardId, processStandardInterpret.getStandardId())
.eq(SarFileSplitInfoEO::getFileType, processStandardInterpret.getDecompositionSource())
.isNull(SarFileSplitInfoEO::getPublishBeforeId), false);
processStandardInterpret.setSplitInfoId(sarFileSplitInfoEO.getId());
if (!Objects.isNull(sarFileSplitInfoEO)){
processStandardInterpret.setSplitInfoId(sarFileSplitInfoEO.getId());
}
processStandardInterpretService.saveOrUpdate(processStandardInterpret);
// 如果没选择条款
if (CollectionUtils.isEmpty(processStandardInterpretClauseList)){