Commit 761929ec by 朱继来

Merge branch 'zjl_assign_20190812' into development

parents 4482582f 04bcbcc4
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