Explorar el Código

Weenier 168otc项目部署 0630

wesmiler hace 3 años
padre
commit
571daeb6d4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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){