From 24709bf3188e4c0686d0234addd81192e7db9024 Mon Sep 17 00:00:00 2001 From: qushutong <1976590620@qq.com> Date: Fri, 26 Jul 2024 09:39:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=20=E4=B8=AA=E4=BA=BA?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=E4=BF=AE=E6=94=B9=E4=B8=BA=E5=85=B3=E5=B0=8F?= =?UTF-8?q?=E5=B8=A6=E4=B8=AA=E9=95=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/PartyGroupOfficialsDao.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/esua-epdc/epdc-module/epdc-party-group/epdc-party-group-server/src/main/resources/mapper/PartyGroupOfficialsDao.xml b/esua-epdc/epdc-module/epdc-party-group/epdc-party-group-server/src/main/resources/mapper/PartyGroupOfficialsDao.xml index f1768ea4..efa51d7e 100644 --- a/esua-epdc/epdc-module/epdc-party-group/epdc-party-group-server/src/main/resources/mapper/PartyGroupOfficialsDao.xml +++ b/esua-epdc/epdc-module/epdc-party-group/epdc-party-group-server/src/main/resources/mapper/PartyGroupOfficialsDao.xml @@ -76,7 +76,10 @@ AREA_RESPONSIBILITY, '0' as partyFlag from epdc_party_group_officials - where DEL_FLAG ='0' and PARTY_GROUP_ID = #{partyGroupId} + where DEL_FLAG ='0' + + and PARTY_GROUP_ID = #{partyGroupId} + order by SORT, CREATED_TIME desc LIMIT #{pageIndex},#{pageSize}