Browse Source

listresi排序调整1

release
yinzuomei 3 years ago
parent
commit
747ba74425
  1. 6
      epmet-user/epmet-user-server/src/main/resources/mapper/IcResiUserDao.xml

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

@ -170,7 +170,8 @@
IC_RESI_USER.VILLAGE_ID ASC,
IC_RESI_USER.BUILD_ID ASC,
IC_RESI_USER.UNIT_ID ASC,
IC_RESI_USER.HOME_ID ASC
IC_RESI_USER.HOME_ID ASC,
IC_RESI_USER.ID ASC
</select>
<update id="updateToDel" parameterType="java.lang.String">
@ -212,7 +213,8 @@
IC_RESI_USER.VILLAGE_ID ASC,
IC_RESI_USER.BUILD_ID ASC,
IC_RESI_USER.UNIT_ID ASC,
IC_RESI_USER.HOME_ID ASC
IC_RESI_USER.HOME_ID ASC,
IC_RESI_USER.ID ASC
</select>
<!-- 查询个人信息 -->

Loading…
Cancel
Save