Commit 2b915543 authored by tangwei's avatar tangwei

修改项目地址

parent 6a16596d
......@@ -258,8 +258,10 @@ public class PeasantHouseholdServiceImpl extends BaseService<PeasantHouseholdDto
if(!StringUtils.isEmpty(item.getPermanentAddressName())){
item.setPermanentAddressText(Arrays.asList(item.getPermanentAddressName().split("/")));
}
if(item.getProjectAddressDetail()!=null){
item.setProjectAddressName(item.getProjectAddressName()+"/"+item.getProjectAddressDetail());
}
item.setProjectAddressName(item.getProjectAddressName()+"/"+item.getProjectAddressDetail());
return item;
}).collect(Collectors.toList());
peasantHouseholdDtoPage.setRecords(newRecords);
......
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