From 2cb2240ae823dd64ba1c8d034a886dd603dd926e Mon Sep 17 00:00:00 2001 From: weikai <123456> Date: Fri, 3 Jul 2020 14:01:46 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=B1=85=E6=B0=91=E7=AB=AF-=20?= =?UTF-8?q?=E5=88=9D=E5=BF=83=E4=BA=92=E5=8A=A9-=E5=88=9D=E5=BF=83?= =?UTF-8?q?=E6=A6=9C=20=20=E3=80=91-=E3=80=90=E6=B7=BB=E5=8A=A0=E7=88=B1?= =?UTF-8?q?=E5=BF=83=E7=A7=AF=E5=88=86job=20=E7=A7=AF=E5=88=86=E6=8E=92?= =?UTF-8?q?=E5=BA=8F=E3=80=91-=EF=BC=88=E9=AD=8F=E5=87=AF=EF=BC=89-2020/07?= =?UTF-8?q?/01?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/VolunteerInfoDao.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esua-epdc/epdc-module/epdc-user/epdc-user-server/src/main/resources/mapper/VolunteerInfoDao.xml b/esua-epdc/epdc-module/epdc-user/epdc-user-server/src/main/resources/mapper/VolunteerInfoDao.xml index 817e002d0..7b22c75b7 100644 --- a/esua-epdc/epdc-module/epdc-user/epdc-user-server/src/main/resources/mapper/VolunteerInfoDao.xml +++ b/esua-epdc/epdc-module/epdc-user/epdc-user-server/src/main/resources/mapper/VolunteerInfoDao.xml @@ -185,7 +185,7 @@ from epdc_volunteer_info vi left join epdc_user eu on eu.id = vi.USER_ID WHERE vi.DEL_FLAG = '0' AND vi.AUDIT_STATUS = '1' - order by eu.POINTS DESC,vi.KINDNESS_TIME desc,vi.PARTICIPATION_NUM desc,vi.REGIST_TIME ) as info, (select @i:=0) j ) volunteerInfo + order by eu.POINTS DESC,vi.PARTICIPATION_NUM desc,vi.REGIST_TIME ) as info, (select @i:=0) j ) volunteerInfo where sort < 11