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}