diff --git a/script/linedata/get_line_list.php b/script/linedata/get_line_list.php index f8078a1..b62945f 100755 --- a/script/linedata/get_line_list.php +++ b/script/linedata/get_line_list.php @@ -5,7 +5,7 @@ * @Author: kangkang * @Date: 2020-11-03 11:04:15 * @LastEditors: “wanyongkang” “937888580@qq.com” - * @LastEditTime: 2024-03-29 16:16:04 + * @LastEditTime: 2024-03-29 16:22:00 */ $is_script = 1; @@ -992,6 +992,9 @@ function shuidi_getList($data, &$file, &$all, $exit ) if ($city_info['class'] == 2) { $jingtai_gutai = '静态-'; } + if ($city_info['class'] == 7) { + $jingtai_gutai = '固态-'; + } $jingtai_gutai .= $isps[$city_info['isp_class']]; $record['city'] = $city_info['name'];