Browse Source

like

master
yinzuomei 3 years ago
parent
commit
bbc7cbfcec
  1. 2
      epmet-module/resi-partymember/resi-partymember-server/src/main/resources/mapper/partyOrg/IcPartyActDao.xml

2
epmet-module/resi-partymember/resi-partymember-server/src/main/resources/mapper/partyOrg/IcPartyActDao.xml

@ -118,7 +118,7 @@
a.DEL_FLAG = '0'
AND a.CUSTOMER_ID = #{customerId}
<if test='null != staffAgencyId and staffAgencyId != "" '>
and a.ORG_ID_PATH CONCAT('%',#{staffAgencyId},'%')
and a.ORG_ID_PATH like CONCAT('%',#{staffAgencyId},'%')
</if>
<if test='null != address and address != "" '>
AND a.ADDRESS LIKE CONCAT('%',#{address},'%')

Loading…
Cancel
Save