mirror of
https://github.com/v2board/v2board.git
synced 2025-06-12 20:47:56 +08:00
update
This commit is contained in:
@ -51,7 +51,6 @@ class SystemCache extends Command
|
||||
Order::where('created_at', '>=', strtotime(date('Y-m-1')))
|
||||
->where('created_at', '<', time())
|
||||
->where('status', '3')
|
||||
->where('callback_no', '!=', NULL)
|
||||
->sum('total_amount')
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user