Browse Source

志愿者管理页面,主列表排序更改

feature/syp_points
zhangyongzhangyong 5 years ago
parent
commit
984a351ccc
  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 u.POINTS desc,v.CREATED_TIME DESC
ORDER BY v.KINDNESS_TIME desc,u.POINTS DESC
</select>
<select id="volunteerInfoCount" resultType="int">

Loading…
Cancel
Save