团购、限时秒杀开始时间判断条件去掉

This commit is contained in:
曹磊 2024-07-22 11:14:40 +08:00
parent ac61ef1dc1
commit 1bac7cb80c
1 changed files with 0 additions and 1 deletions

View File

@ -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 &lt;= #{params.startTime}
and a.end_time >= #{params.startTime}
</if>
<if test="params.type!=null and params.type!=''">