Browse Source

居民信息列表查询排序调整

master
yinzuomei 2 years ago
parent
commit
2e1dfe9277
  1. 2
      epmet-user/epmet-user-server/src/main/resources/mapper/IcResiUserDao.xml

2
epmet-user/epmet-user-server/src/main/resources/mapper/IcResiUserDao.xml

@ -255,7 +255,7 @@
</when>
<otherwise>
ORDER BY
IC_RESI_USER.GRID_ID desc,
IC_RESI_USER.GRID_ID asc,
IC_RESI_USER.VILLAGE_ID ASC,
IC_RESI_USER.BUILD_ID ASC,
IC_RESI_USER.UNIT_ID ASC,

Loading…
Cancel
Save