mirror of
https://github.com/v2board/v2board.git
synced 2025-01-10 16:19:10 +08:00
update commission
This commit is contained in:
parent
a7d6b615ed
commit
f26d9495e3
@ -48,7 +48,6 @@ class CheckCommission extends Command
|
||||
if ((int)config('v2board.commission_auto_check_enable', 1)) {
|
||||
Order::where('commission_status', 0)
|
||||
->where('status', 3)
|
||||
->where('commission_balance', '>', 0)
|
||||
->where('updated_at', '<=', strtotime('-3 day', time()))
|
||||
->update([
|
||||
'commission_status' => 1
|
||||
|
Loading…
Reference in New Issue
Block a user