order('development_history_year', 'asc') ->select(); return msg(0, "获取发展历程列表成功!", [ 'count' => count($select), 'data' => $select, ]); } }