|
@@ -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){
|