Commit 04bcbcc4 by 朱继来

调整客服池排序

parent 5588737c
Showing with 2 additions and 1 deletions
......@@ -57,7 +57,8 @@ class KefuModel extends Model
}
})
->select($field)
->orderBy('status', 'desc');
->orderBy('status', 'desc')
->orderBy('id', 'asc');
if ($export) {
$list = $list->get()->toArray();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment