From 078dc352bb7e92f99849f318c61ecace4e0f9411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Wed, 1 Sep 2021 17:17:38 +0800 Subject: [PATCH] =?UTF-8?q?=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 | 3 --- 1 file changed, 3 deletions(-) diff --git a/script/linedata/get_line_list.php b/script/linedata/get_line_list.php index 641936d..f87fe40 100755 --- a/script/linedata/get_line_list.php +++ b/script/linedata/get_line_list.php @@ -567,9 +567,6 @@ function mogu_getList($data, &$file, &$all, $exit, $product_name='蘑菇') $record['online'] = $info['status'] ? '正常' : '故障'; $record['status'] = ''; $record['nasname'] = $info['address']; - if (!in_array($record['nasname'], $exit) && !in_array($record['nasname'], $dnx_has_exit)) { - fputcsv($dnx_exit, [$product_name, explode('.',$record['nasname'])[0], $record['nasname'], date('Y-m-d H:i:s')]); - } $list1[$key][] = $record; } foreach ($list1 as $val) {