Browse Source

Weenier 168otc项目部署 0630

wesmiler 3 years ago
parent
commit
571daeb6d4
1 changed files with 1 additions and 0 deletions
  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){