Browse Source

志愿联盟和团队添加排序

ftature/screen
Jackwang 4 years ago
parent
commit
e3bcb57d5d
  1. 2
      esua-epdc/epdc-module/epdc-heart/epdc-heart-server/src/main/resources/mapper/volunteer/VolunteerTeamDao.xml
  2. 2
      esua-epdc/epdc-module/epdc-heart/epdc-heart-server/src/main/resources/mapper/volunteer/VolunteerUnionDao.xml

2
esua-epdc/epdc-module/epdc-heart/epdc-heart-server/src/main/resources/mapper/volunteer/VolunteerTeamDao.xml

@ -31,7 +31,7 @@
<if test="contacts != null and contacts != ''">
and t.CONTACTS like '%${contacts}%'
</if>
order by CREATED_TIME desc
order by t.sort asc
</select>
<select id="getTeamListByType" resultType="com.elink.esua.epdc.volunteer.VolunteerTeamDTO">
select *

2
esua-epdc/epdc-module/epdc-heart/epdc-heart-server/src/main/resources/mapper/volunteer/VolunteerUnionDao.xml

@ -29,7 +29,7 @@
<if test="phone != null and phone != ''">
and PHONE like '%${phone}%'
</if>
order by CREATED_TIME desc
order by sort asc
</select>
<select id="getVolunteerPioneerList" resultType="com.elink.esua.epdc.modules.volunteer.entity.VolunteerUnionEntity">
SELECT *

Loading…
Cancel
Save