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