Commit 1de948b5 authored by zhuwei's avatar zhuwei

超过有效期的券改过期

parent 06bae51d
......@@ -29,7 +29,7 @@ class UpdateCouponTask
public function updateCouponExpired()
{
$field = 'a.id,a.activity_id,a.create_time,b.money,b.use_period';
$params['a.status'] = 1;
$params['a.status'] = 0;
$coupon_list = $this->m_coupon->getCouponJoinActivity($field,$params);
if(!$coupon_list){
exit;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment