Browse Source

修改排序规则

dev
HAHA 3 years ago
parent
commit
356fcfc67c
  1. 2
      epmet-module/resi-partymember/resi-partymember-server/src/main/resources/mapper/partymember/IcPartyMemberPointDao.xml

2
epmet-module/resi-partymember/resi-partymember-server/src/main/resources/mapper/partymember/IcPartyMemberPointDao.xml

@ -70,7 +70,7 @@
ORDER BY ORDER BY
a.YEAR DESC, a.YEAR DESC,
u.sszb ASC, u.sszb ASC,
sum( a.total_score ) DESC, AVG( a.total_score ) DESC,
a.CREATED_TIME a.CREATED_TIME
</select> </select>
<select id="getListCount" <select id="getListCount"

Loading…
Cancel
Save