Browse Source

团队成员列表添加分页

ftature/screen
Jackwang 4 years ago
parent
commit
f75c4814c9
  1. 1
      esua-epdc/epdc-module/epdc-user/epdc-user-server/src/main/resources/mapper/VlounteerTeamRealationDao.xml

1
esua-epdc/epdc-module/epdc-user/epdc-user-server/src/main/resources/mapper/VlounteerTeamRealationDao.xml

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

Loading…
Cancel
Save