Commit d2bc7ba0 authored by chenzhao's avatar chenzhao

资料归档 房产证

parent 55cc6dff
......@@ -471,6 +471,7 @@ public class SurveyInformationServiceImpl extends BaseService<SurveyInformationD
if(information == null){
surveyInfoAllDto.setInformation(new InformationDto());
}else {
information.setHouseProve(null == commercial ?new ArrayList<>() :(CollectionUtil.isNotEmpty(commercial.getRealEstateLegal())? commercial.getRealEstateLegal():new ArrayList<>()));
information.setCardFile( null == commercial ?new ArrayList<>() :(CollectionUtil.isNotEmpty(commercial.getIdCardCredit())? commercial.getIdCardCredit():new ArrayList<>()));
surveyInfoAllDto.setInformation(BeanDtoUtils.convert(information, InformationDto.class));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment