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