Commit 26080a4b31eceeda65cf8f8c1831716bd6196358
1 parent
4c66b0fd46
Exists in
master
and in
1 other branch
增加权限
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/OrganizationController.java
View file @
26080a4
... | ... | @@ -221,7 +221,7 @@ |
221 | 221 | OrganizationQuery organizationQuery = new OrganizationQuery(); |
222 | 222 | organizationQuery.setId(id); |
223 | 223 | organizationQuery.setNeed("true"); |
224 | - organizationQuery.setSort("provinceId desc,cityId desc,areaId desc"); | |
224 | + organizationQuery.setSort("province_id desc,city_id desc,area_id desc"); | |
225 | 225 | organizationQuery.setYn(YnEnums.YES.getId()); |
226 | 226 | organizationQuery.setPage(page); |
227 | 227 | organizationQuery.setLimit(limit); |