Commit 67e682381c408fe5f8cc31641bfd15f77202fe5b
1 parent
7fce7d5af8
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 0 additions and 2 deletions
platform-biz-service/src/main/java/com/lyms/platform/permission/service/impl/OrganizationServiceImpl.java
View file @
67e6823
| ... | ... | @@ -255,12 +255,10 @@ |
| 255 | 255 | } |
| 256 | 256 | } |
| 257 | 257 | for (AddressBean addressBean:addressBeanList) { |
| 258 | - | |
| 259 | 258 | if (addressBean == null) |
| 260 | 259 | { |
| 261 | 260 | continue; |
| 262 | 261 | } |
| 263 | - | |
| 264 | 262 | OrganizationQuery query = new OrganizationQuery(); |
| 265 | 263 | query.setProvinceId(addressBean.getP()); |
| 266 | 264 | query.setCityId(addressBean.getC()); |