修改商户补贴发放的错误
This commit is contained in:
parent
03364edc9d
commit
9600a7fd9f
@ -33,7 +33,7 @@ class ActivateCouponListen extends TimerService implements ListenerInterface
|
||||
}
|
||||
$storeCouponUser = StoreCouponUser::where('coupon_id', $couponId)
|
||||
->where('coupon_type', StoreCouponRepository::TYPE_STORE_COUPON)
|
||||
->where('buy', StoreCouponUserRepository::SEND_TYPE_BUY)
|
||||
->where('type', StoreCouponUserRepository::SEND_TYPE_BUY)
|
||||
->where('status', StoreCouponUserRepository::STATUS_REPEAL)
|
||||
->select();
|
||||
foreach ($storeCouponUser as $item) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user