mirror of
https://github.com/v2board/v2board.git
synced 2025-02-11 16:00:27 +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)
|
Order::where('commission_status', 0)
|
||||||
->where('status', 3)
|
->where('status', 3)
|
||||||
->where('commission_balance', '>', 0)
|
->where('commission_balance', '>', 0)
|
||||||
->where('updated_at', '>=', strtotime('+3 day', time()))
|
->where('updated_at', '<=', strtotime('-3 day', time()))
|
||||||
->update([
|
->update([
|
||||||
'commission_status' => 1
|
'commission_status' => 1
|
||||||
]);
|
]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user