Browse Source

志愿者列表排序

feature/syp_points
songyunpeng 5 years ago
parent
commit
27798cef80
  1. 2
      esua-epdc/epdc-module/epdc-user/epdc-user-server/src/main/resources/mapper/VolunteerInfoDao.xml

2
esua-epdc/epdc-module/epdc-user/epdc-user-server/src/main/resources/mapper/VolunteerInfoDao.xml

@ -68,7 +68,7 @@
<if test="deptId !='' and deptId != null">
and v.ALL_DEPT_IDS like concat('%',#{deptId},'%')
</if>
ORDER BY v.CREATED_TIME DESC
ORDER BY u.POINTS desc,v.CREATED_TIME DESC
</select>
<select id="volunteerInfoCount" resultType="int">

Loading…
Cancel
Save