Commit 803c13e3 authored by zhuwei's avatar zhuwei

1

parent e204ccc5
......@@ -141,7 +141,7 @@ class ConvertCouponService
#发券日期大于最后使用日期
if( $v['create_time'] > date("Y-m-d H:i:s", strtotime("+{$v['use_period']} day",strtotime($v['use_period'])))){
$this->m_coupon->updateStatus($v['id'],2);
$this->m_coupon->updateStatus($v['id'],3);
unset($coupon_list[$k]);
continue;
}
......@@ -165,7 +165,7 @@ class ConvertCouponService
// $params['b.return_action'] = array("in","0,1");
$params['b.return_action'] = 1;
}
$params['a.status'] = 0;
$params['a.status'] = 1;
return $this->m_coupon->getCouponJoinActivity($field,$params);
}
......
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