Compare commits
2 Commits
bab50ecdd9
...
73024993c8
Author | SHA1 | Date |
---|---|---|
|
73024993c8 | |
|
1bac7cb80c |
|
@ -135,7 +135,6 @@
|
|||
where a.is_activity = 1
|
||||
and a.status = 1
|
||||
<if test="params.startTime!=null and params.startTime!=''">
|
||||
and a.start_time <= #{params.startTime}
|
||||
and a.end_time >= #{params.startTime}
|
||||
</if>
|
||||
<if test="params.type!=null and params.type!=''">
|
||||
|
|
Loading…
Reference in New Issue