$id])->order('sort DESC,id ASC')->select(); return count($list) > 0 ? $list->toArray() : []; } }