diff --git a/esua-epdc/epdc-module/epdc-user/epdc-user-server/src/main/resources/mapper/VlounteerTeamRealationDao.xml b/esua-epdc/epdc-module/epdc-user/epdc-user-server/src/main/resources/mapper/VlounteerTeamRealationDao.xml index 02c7090b..9b05911f 100644 --- a/esua-epdc/epdc-module/epdc-user/epdc-user-server/src/main/resources/mapper/VlounteerTeamRealationDao.xml +++ b/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}