Browse Source

首页 个人中心修改为关小带个长

master
qushutong 1 year ago
parent
commit
24709bf318
  1. 5
      esua-epdc/epdc-module/epdc-party-group/epdc-party-group-server/src/main/resources/mapper/PartyGroupOfficialsDao.xml

5
esua-epdc/epdc-module/epdc-party-group/epdc-party-group-server/src/main/resources/mapper/PartyGroupOfficialsDao.xml

@ -76,7 +76,10 @@
AREA_RESPONSIBILITY, AREA_RESPONSIBILITY,
'0' as partyFlag '0' as partyFlag
from epdc_party_group_officials from epdc_party_group_officials
where DEL_FLAG ='0' and PARTY_GROUP_ID = #{partyGroupId} where DEL_FLAG ='0'
<if test="partyGroupId != null and partyGroupId != ''">
and PARTY_GROUP_ID = #{partyGroupId}
</if>
order by SORT, CREATED_TIME desc order by SORT, CREATED_TIME desc
LIMIT #{pageIndex},#{pageSize} LIMIT #{pageIndex},#{pageSize}
</select> </select>

Loading…
Cancel
Save