springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComMngVillageServiceImpl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComMngVillageServiceImpl.java
@@ -145,13 +145,7 @@ if(village.getName() != null && StringUtils.isNotEmpty(village.getName())){ villageVO.setGroupAt(village.getName()); }else{ StringBuilder sb = new StringBuilder(); sb.append(village.getAlley()); if(!village.getHouseNum().contains("号")){ sb.append(village.getHouseNum() + "号"); } villageVO.setGroupAt(sb.toString()); villageVO.setName(sb.toString()); villageVO.setName(villageVO.getGroupAt()); } villageVOList.add(villageVO); });