From 3acc0ad25d73eb69f0ef86d981de001fb3289e48 Mon Sep 17 00:00:00 2001 From: liuchuang Date: Tue, 20 Jul 2021 09:54:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=A8=E6=88=B7=E5=85=AC?= =?UTF-8?q?=E7=9B=8A=E7=A7=AF=E5=88=86=E8=AE=B0=E5=BD=95SQL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/user/VolunteerPointsAnalysisDao.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/user/VolunteerPointsAnalysisDao.xml b/esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/user/VolunteerPointsAnalysisDao.xml index 0903cb9d..45addcd5 100644 --- a/esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/user/VolunteerPointsAnalysisDao.xml +++ b/esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/user/VolunteerPointsAnalysisDao.xml @@ -140,7 +140,7 @@ AND l.`BEHAVIOR_CODE`= 'join_act' AND l.USER_ID = #{userId} ORDER BY l.`OPERATION_TIME` DESC - LIMIT #{formDto.pageIndex},#{formDto.pageSize} + LIMIT #{pageIndex},#{pageSize}