|
|
|
@ -268,7 +268,7 @@ public class CaseEvidencePropertyServiceImpl implements CaseEvidencePropertyServ
|
|
|
|
|
Field field = beanDesc.getField(StrUtil.toCamelCase(entry.getKey()));
|
|
|
|
|
NotePromptExtractAttributesDto attributesDto = new NotePromptExtractAttributesDto();
|
|
|
|
|
attributesDto.setAttrName(getFieldDesc(field));
|
|
|
|
|
if (StrUtil.isNotEmpty(attributesDto.getAttrValue())){
|
|
|
|
|
if (null != entry.getValue()){
|
|
|
|
|
attributesDto.setAttrValue(StrUtil.toString(entry.getValue()));
|
|
|
|
|
}
|
|
|
|
|
attributesDto.setAttrValueType(getFieldType(field));
|
|
|
|
|