setter
parent
9e182dcfe0
commit
650079dcf2
|
@ -67,7 +67,7 @@ trait CouponTrait
|
|||
public function getCouponReceiveStatus($accountCode,CouponMain $couponMain )
|
||||
{
|
||||
|
||||
//如果 领取数量==总数
|
||||
//如果 领取数量==总数
|
||||
if($couponMain['received_count'] == $couponMain['count'] ){
|
||||
return CouponMain::receive_status_over;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue