修改核销检查次数
This commit is contained in:
@@ -126,10 +126,7 @@ class Init
|
||||
public function CheckCount()
|
||||
{
|
||||
//排除本时生活渠道
|
||||
if ($this->user && $this->user->id == 6) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
$check_count = Coupon::where('outletId', $this->outletId)
|
||||
->where('total', $this->total)
|
||||
->where('status', 2)
|
||||
|
||||
Reference in New Issue
Block a user