修改核销检查次数

This commit is contained in:
2020-08-07 13:29:55 +08:00
parent 6ee14ab052
commit 42cade8b99
3 changed files with 9 additions and 9 deletions

View File

@@ -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)