Browse Source

修改sql

feature/teamB_zz_wgh
YUJT 3 years ago
parent
commit
58e4871df9
  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

@ -163,7 +163,9 @@
<if test='null != endTime'>
AND ACTIVITY_TIME &lt;= #{endTime}
</if>
<if test='null != startTime and null != endTime'>
AND ACTIVITY_TIME BETWEEN #{startTime} AND #{endTime}
</if>
</select>

Loading…
Cancel
Save