|
|
|
@ -434,7 +434,7 @@ public class ModelCaseServiceImpl extends ServiceImpl<ModelCaseMapper, ModelCase
|
|
|
|
|
atomic.judgeWithIndexResult(relationalSymbol);
|
|
|
|
|
atomic.setSegmentation(nodeRecordSpliteMap);
|
|
|
|
|
atomic.setRecordIfSegmentationAbsent("无");
|
|
|
|
|
List<ModelAtomicResult> filterAtomicResultList = atomicResultList.stream().filter(v -> StrUtil.equals(atomic.getAtomicIndexId(), v.getAtomicId())).toList();
|
|
|
|
|
List<ModelAtomicResult> filterAtomicResultList = atomicResultList.stream().filter(v -> StrUtil.equals(atomic.getAtomicIndexId(), v.getAtomicId()) && StrUtil.equals(record.getIndexId(), v.getIndexId())).toList();
|
|
|
|
|
List<EvidentIndexResultDTO> evidentResult = getEvidentResult(filterAtomicResultList, caseEvidenceList, rootDirectory);
|
|
|
|
|
atomic.setEvidentResultList(evidentResult);
|
|
|
|
|
|
|
|
|
|