Browse Source

志愿者列表,昵称拼音排序

feature/syp_points
zhangyongzhangyong 5 years ago
parent
commit
e1e46b5d47
  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

@ -224,7 +224,7 @@
<if test="gridId!=null and gridId != ''">
and v.GRID_ID = #{gridId}
</if>
ORDER BY v.VOLUNTEER_NICKNAME
ORDER BY CONVERT(v.VOLUNTEER_NICKNAME USING gbk)
LIMIT #{pageIndex},#{pageSize}
</select>

Loading…
Cancel
Save