mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 17:49:11 +08:00
fix: stat charts
This commit is contained in:
parent
627ff98882
commit
34be1b9579
@ -54,7 +54,7 @@ class StatController extends Controller
|
||||
{
|
||||
$statistics = StatOrder::where('record_type', 'd')
|
||||
->limit(31)
|
||||
->orderBy('record_at', 'ASC')
|
||||
->orderBy('record_at', 'DESC')
|
||||
->get()
|
||||
->toArray();
|
||||
$result = [];
|
||||
|
Loading…
Reference in New Issue
Block a user