Commit 514812af authored by hujun's avatar hujun

where

parent f4a98c05
......@@ -149,6 +149,7 @@ class CouponService{
if ($invitee_id) {
$count_where['invitee_id'] = $invitee_id;
}
$count_where['activity_id'] = $v['id'];
$num = $this->m_coupon->getCount($count_where); //是否邀请过该客户
if ($num > 0) {
continue;
......
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