@@ -54,7 +54,7 @@ class LhcLottery extends Controller
$count = $query->count();
$list = $query
->forPage($page, $limit)
- ->orderByDesc('id')
+ ->orderByDesc('open_time')
->get();
} catch (Exception $e) {
return $this->error(HttpStatus::CUSTOM_ERROR,$e->getMessage());