Compare commits

..

No commits in common. "73024993c89671e17e10b0bf007fbb59199fd018" and "bab50ecdd97b49453a625e74d57201c3d4b7f933" have entirely different histories.

1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@
where a.is_activity = 1
and a.status = 1
<if test="params.startTime!=null and params.startTime!=''">
and a.start_time &lt;= #{params.startTime}
and a.end_time >= #{params.startTime}
</if>
<if test="params.type!=null and params.type!=''">