团购、限时秒杀开始时间判断条件去掉
This commit is contained in:
parent
ac61ef1dc1
commit
1bac7cb80c
|
@ -135,7 +135,6 @@
|
||||||
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