From 9402b405da5c6a120a6f99990facdb5d2ae4f4a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Tue, 28 Sep 2021 11:06:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=98=91=E8=8F=87=E7=BA=BF=E8=B7=AF=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/linedata/get_line_list.php | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/script/linedata/get_line_list.php b/script/linedata/get_line_list.php index 167951c..a412839 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: Please set LastEditors - * @LastEditTime: 2020-12-05 17:34:41 + * @LastEditTime: 2021-09-28 11:05:56 */ $is_script = 1; include_once __DIR__ . '/../../index.php'; @@ -519,16 +519,6 @@ function mogu_getList($data, &$file, &$all ) if(empty($info['city'])) { continue; } - if ($city_name[0]== '混拨') { - - //如果存在 不为空 则 - if (!in_array( $city_name[1], $province_record)) { - $record['city'] = $city_name[1]; - $province_record[] = $city_name[1]; - $key = $record['city']; - $list1[$key][] = $record; - } - } else { //如果存在 不为空 则 if (!in_array( $city_name[0], $province_record)) { $record['city'] = $city_name[0]; @@ -537,7 +527,6 @@ function mogu_getList($data, &$file, &$all ) $list1[$key][] = $record; } $key = $city_name[0]; - } $record['city'] = $city_name[1]; $record['supply'] = $info['yunying'];