From 477a6c547d933883963e7be39ee9e7ea6a0e965d Mon Sep 17 00:00:00 2001 From: qushutong <1976590620@qq.com> Date: Fri, 26 Jul 2024 10:47:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/PartyGroupOfficialsDao.xml | 3 +++ 1 file changed, 3 insertions(+) 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 efa51d7e..6fb33165 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 @@ -79,6 +79,9 @@ where DEL_FLAG ='0' and PARTY_GROUP_ID = #{partyGroupId} + + + and DUTY LIKE '%人大代表%' order by SORT, CREATED_TIME desc LIMIT #{pageIndex},#{pageSize}