|
|
|
@@ -153,12 +153,12 @@ |
|
|
|
</update> |
|
|
|
|
|
|
|
<update id="offExpiriedCouponChannelByValidDate"> |
|
|
|
update wx_coupon_channel, wx_coupon c SET cc.status = 1, cc.update_date = now() |
|
|
|
update wx_coupon_channel cc, wx_coupon c SET cc.status = 1, cc.update_date = now() |
|
|
|
where cc.status = 0 and cc.coupon_id = c.id and c.valid_type = 1 and valid_end_date < now() |
|
|
|
</update> |
|
|
|
|
|
|
|
<update id="offExpiriedCouponChannelByCouponStatus"> |
|
|
|
update wx_coupon_channel, wx_coupon c SET cc.status = 1, cc.update_date = now() |
|
|
|
update wx_coupon_channel cc, wx_coupon c SET cc.status = 1, cc.update_date = now() |
|
|
|
where cc.status = 0 and cc.coupon_id = c.id and c.status = 1 |
|
|
|
</update> |
|
|
|
|
|
|
|
|