refactor: 修改日志列表为倒序
This commit is contained in:
@@ -31,6 +31,7 @@ class OperateLog
|
||||
'title' => $param['title'] ?? null,
|
||||
'created_at' => $param['created_at'] ?? null
|
||||
])
|
||||
->order(['id' => 'desc'])
|
||||
->paginate([
|
||||
'list_rows' => $param['size'] ?? 10,
|
||||
'page' => $param['page'] ?? 1,
|
||||
|
||||
Reference in New Issue
Block a user