Commit 21f2e07f21cfd116f7ced210cb21dd41c8079fb4
1 parent
900842e564
Exists in
master
and in
8 other branches
新增一个获取居住地址的方法
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/utils/CommonsHelper.java
View file @
21f2e07
... | ... | @@ -64,7 +64,7 @@ |
64 | 64 | sb.append(getName1(areaId,basicConfigService)); |
65 | 65 | } |
66 | 66 | if (StringUtils.isNotEmpty(streetId)){ |
67 | - sb.append(getName(streetId,basicConfigService)); | |
67 | + sb.append(getName1(streetId,basicConfigService)); | |
68 | 68 | } |
69 | 69 | if (StringUtils.isNotEmpty(address)) { |
70 | 70 | sb.append(address); |