|
|
@@ -577,7 +577,6 @@ class EnshrineService extends BaseService
|
|
|
$dataList = $this->model::from('enshrine_actions as a')
|
|
|
->where(['a.type'=> 3,'a.mark'=>1,'a.status'=> 1,'a.user_id'=> $userId])
|
|
|
->select(['a.*'])
|
|
|
- ->orderBy('a.sort', 'asc')
|
|
|
->orderBy('a.create_time', 'desc')
|
|
|
->paginate($pageSize);
|
|
|
|