|
@ -62,6 +62,7 @@ |
|
|
left join epdc_user u on vi.USER_ID=u.id and u.DEL_FLAG='0' |
|
|
left join epdc_user u on vi.USER_ID=u.id and u.DEL_FLAG='0' |
|
|
where re.TEAM_ID=#{id} |
|
|
where re.TEAM_ID=#{id} |
|
|
and re.DEL_FLAG='0' |
|
|
and re.DEL_FLAG='0' |
|
|
|
|
|
LIMIT #{pageIndex},#{pageSize} |
|
|
</select> |
|
|
</select> |
|
|
<select id="selectByTeamIdAngVolunteerId" resultType="com.elink.esua.epdc.entity.VlounteerTeamRealationEntity"> |
|
|
<select id="selectByTeamIdAngVolunteerId" resultType="com.elink.esua.epdc.entity.VlounteerTeamRealationEntity"> |
|
|
select * |
|
|
select * |
|
|