mirror of
https://github.com/v2board/v2board.git
synced 2025-02-10 23:49:12 +08:00
fix
This commit is contained in:
parent
98b9ca62f6
commit
c46b8b1b40
@ -49,7 +49,7 @@ class CheckCommission extends Command
|
||||
Order::where('commission_status', 0)
|
||||
->where('status', 3)
|
||||
->where('commission_balance', '>', 0)
|
||||
->where('updated_at', '>=', strtotime('+3 day', time()))
|
||||
->where('updated_at', '<=', strtotime('-3 day', time()))
|
||||
->update([
|
||||
'commission_status' => 1
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user