feat(标准解读流程): 不带入调整发起问题修复
This commit is contained in:
+3
-3
@@ -1132,8 +1132,6 @@ public class StandardInterpretFlowServiceImpl implements StandardInterpretFlowSe
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void handleBusinessDataSave(StandardInterpretFlowDTO standardInterpretFlowDTO) {
|
private void handleBusinessDataSave(StandardInterpretFlowDTO standardInterpretFlowDTO) {
|
||||||
// map(参数)
|
|
||||||
Map<String, Object> map = standardInterpretFlowDTO.getMap();
|
|
||||||
// 流程全局删除ids
|
// 流程全局删除ids
|
||||||
List<String> processAllDelIds = standardInterpretFlowDTO.getProcessAllDelIds();
|
List<String> processAllDelIds = standardInterpretFlowDTO.getProcessAllDelIds();
|
||||||
StandardInterpretDTO data = standardInterpretFlowDTO.getData();
|
StandardInterpretDTO data = standardInterpretFlowDTO.getData();
|
||||||
@@ -1260,7 +1258,9 @@ public class StandardInterpretFlowServiceImpl implements StandardInterpretFlowSe
|
|||||||
.eq(SarFileSplitInfoEO::getStandardId, processStandardInterpret.getStandardId())
|
.eq(SarFileSplitInfoEO::getStandardId, processStandardInterpret.getStandardId())
|
||||||
.eq(SarFileSplitInfoEO::getFileType, processStandardInterpret.getDecompositionSource())
|
.eq(SarFileSplitInfoEO::getFileType, processStandardInterpret.getDecompositionSource())
|
||||||
.isNull(SarFileSplitInfoEO::getPublishBeforeId), false);
|
.isNull(SarFileSplitInfoEO::getPublishBeforeId), false);
|
||||||
processStandardInterpret.setSplitInfoId(sarFileSplitInfoEO.getId());
|
if (!Objects.isNull(sarFileSplitInfoEO)){
|
||||||
|
processStandardInterpret.setSplitInfoId(sarFileSplitInfoEO.getId());
|
||||||
|
}
|
||||||
processStandardInterpretService.saveOrUpdate(processStandardInterpret);
|
processStandardInterpretService.saveOrUpdate(processStandardInterpret);
|
||||||
// 如果没选择条款
|
// 如果没选择条款
|
||||||
if (CollectionUtils.isEmpty(processStandardInterpretClauseList)){
|
if (CollectionUtils.isEmpty(processStandardInterpretClauseList)){
|
||||||
|
|||||||
Reference in New Issue
Block a user