|
|
|
@ -903,7 +903,7 @@ public class CaseEvidenceServiceImpl extends ServiceImpl<CaseEvidenceMapper, Cas
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private List<NotePromptExtractAttributesDto> mergeExtractAttributes(List<NotePromptExtractAttributesDto> property, List<NotePromptExtractAttributesDto> attributesTemplates) {
|
|
|
|
|
if (CollUtil.isEmpty(attributesTemplates)){
|
|
|
|
|
if (CollUtil.isEmpty(attributesTemplates) || CollUtil.isEmpty(property)){
|
|
|
|
|
return attributesTemplates;
|
|
|
|
|
}
|
|
|
|
|
for (NotePromptExtractAttributesDto attributesTemplate : attributesTemplates) {
|
|
|
|
|