Просмотр исходного кода

Weenier 168otc项目部署 0630

wesmiler 3 лет назад
Родитель
Сommit
571daeb6d4
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/Services/Common/CoinLogService.php

+ 1 - 0
app/Services/Common/CoinLogService.php

@@ -87,6 +87,7 @@ class CoinLogService extends BaseService
                 }
             })
             ->select(['a.*', 'm.username'])
+            ->orderBy('a.create_time','desc')
             ->paginate($pageSize > 0 ? $pageSize : 9999999);
         $list = $list? $list->toArray() :[];
         if($list){