From f9f2f58bc77338e0699b3a28c50da9d836023e2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Fri, 29 Mar 2024 16:22:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B0=B4=E6=BB=B4=E7=BA=BF=E8=B7=AF=E8=A1=A8?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/linedata/get_line_list.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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'];