Преглед изворни кода

[系统][修复]:定时下架任务问题

release_toaliyun_real
hupeng пре 7 година
родитељ
комит
41fee90d72
1 измењених фајлова са 2 додато и 2 уклоњено
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml Прегледај датотеку

@@ -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 &lt; 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>



Loading…
Откажи
Сачувај