结束订单排序问题
This commit is contained in:
parent
055bfc09f9
commit
132f066f7c
@ -456,7 +456,7 @@ class OrderInquiry extends Model
|
|||||||
})
|
})
|
||||||
->whereIn('inquiry_status', [5,6])
|
->whereIn('inquiry_status', [5,6])
|
||||||
->where($params)
|
->where($params)
|
||||||
->orderBy('complete_time', 'desc')
|
->orderBy('complete_time')
|
||||||
->groupBy(["user_id"]);
|
->groupBy(["user_id"]);
|
||||||
|
|
||||||
$result = $query->paginate($per_page, $fields, "page", $page);
|
$result = $query->paginate($per_page, $fields, "page", $page);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user