Browse Source

联建活动查询test2

master
yinzuomei 3 years ago
parent
commit
841f45829b
  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

@ -89,7 +89,7 @@
<if test='null != serviceMatter and "" != serviceMatter'>
AND sr.SERVICE_MATTER = #{serviceMatter}
</if>
<if test=" null != startTime and startTime != '' and null != endTime and endTime != ''">
<if test=" null != startTime and null != endTime">
AND a.ACTIVITY_TIME BETWEEN #{startTime} AND #{endTime}
</if>
GROUP BY a.id

Loading…
Cancel
Save