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}