Compare commits
No commits in common. "73024993c89671e17e10b0bf007fbb59199fd018" and "bab50ecdd97b49453a625e74d57201c3d4b7f933" have entirely different histories.
73024993c8
...
bab50ecdd9
|
@ -135,6 +135,7 @@
|
||||||
where a.is_activity = 1
|
where a.is_activity = 1
|
||||||
and a.status = 1
|
and a.status = 1
|
||||||
<if test="params.startTime!=null and params.startTime!=''">
|
<if test="params.startTime!=null and params.startTime!=''">
|
||||||
|
and a.start_time <= #{params.startTime}
|
||||||
and a.end_time >= #{params.startTime}
|
and a.end_time >= #{params.startTime}
|
||||||
</if>
|
</if>
|
||||||
<if test="params.type!=null and params.type!=''">
|
<if test="params.type!=null and params.type!=''">
|
||||||
|
|
Loading…
Reference in New Issue