Browse Source

补充

master
qushutong 1 year ago
parent
commit
477a6c547d
  1. 3
      esua-epdc/epdc-module/epdc-party-group/epdc-party-group-server/src/main/resources/mapper/PartyGroupOfficialsDao.xml

3
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'
<if test="partyGroupId != null and partyGroupId != ''">
and PARTY_GROUP_ID = #{partyGroupId}
</if>
<if test='partyGroupId == null or partyGroupId == ""'>
and DUTY LIKE '%人大代表%'
</if>
order by SORT, CREATED_TIME desc
LIMIT #{pageIndex},#{pageSize}

Loading…
Cancel
Save