Parcourir la source

Weenier 168otc项目部署 0630

wesmiler il y a 3 ans
Parent
commit
571daeb6d4
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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'])
             ->select(['a.*', 'm.username'])
+            ->orderBy('a.create_time','desc')
             ->paginate($pageSize > 0 ? $pageSize : 9999999);
             ->paginate($pageSize > 0 ? $pageSize : 9999999);
         $list = $list? $list->toArray() :[];
         $list = $list? $list->toArray() :[];
         if($list){
         if($list){