Browse Source

Merge remote-tracking branch 'remotes/市北/master' into prod

release
jianjun 4 years ago
parent
commit
50a7123f99
  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