order('company_profile_order', 'asc') ->select(); return msg(0, "获取公司简介列表成功!", [ 'count' => count($select), 'data' => $select, ]); } }