|
@@ -156,7 +156,7 @@
|
|
|
<include refid="hpAdvBannerJoins"/>
|
|
<include refid="hpAdvBannerJoins"/>
|
|
|
<where>
|
|
<where>
|
|
|
a.del_flag = 0
|
|
a.del_flag = 0
|
|
|
- and a.end_time >= now()
|
|
|
|
|
|
|
+ and DATE_ADD(a.end_time, INTERVAL 1 DAY) >= now()
|
|
|
<if test="application != null ">
|
|
<if test="application != null ">
|
|
|
<if test="application == 0">
|
|
<if test="application == 0">
|
|
|
and (a.application = 0 or a.application = 2)
|
|
and (a.application = 0 or a.application = 2)
|