where('is_delete', '=', 0)->order(['sort' => 'asc', 'create_time' => 'asc'])->select(); } /** * 详情 */ public static function detail($school_id) { return (new static())->find($school_id); } }