Browse Source

Merge branch 'dev'

dev
zhaoqifeng 4 years ago
parent
commit
17b64bb0f1
  1. 2
      epmet-module/epmet-heart/epmet-heart-server/src/main/resources/mapper/IcPartyActivityDao.xml

2
epmet-module/epmet-heart/epmet-heart-server/src/main/resources/mapper/IcPartyActivityDao.xml

@ -34,7 +34,7 @@
ic_party_activity ic_party_activity
WHERE DEL_FLAG = '0' WHERE DEL_FLAG = '0'
AND (AGENCY_ID = #{agencyId} OR PIDS LIKE concat( '%', #{agencyId}, '%' )) AND (AGENCY_ID = #{agencyId} OR PIDS LIKE concat( '%', #{agencyId}, '%' ))
<if test='null != serviceMatter'> <if test='null != serviceMatter and "" != serviceMatter'>
AND SERVICE_MATTER = #{serviceMatter} AND SERVICE_MATTER = #{serviceMatter}
</if> </if>
<if test='null != startTime'> <if test='null != startTime'>

Loading…
Cancel
Save