seven 2 هفته پیش
والد
کامیت
1118c8c7af
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      app/Services/BetService.php

+ 1 - 0
app/Services/BetService.php

@@ -133,6 +133,7 @@ class BetService extends BaseService
                 $query->where('username', $username);
             });
         }
+        $query->orderBy('id', 'desc');
         $paginator = $query->paginate($limit);
         return ['total' => $paginator->total(), 'data' => $paginator->items()];
     }