线路表

This commit is contained in:
“wanyongkang”
2021-09-01 17:17:38 +08:00
parent c712fce92b
commit 078dc352bb

View File

@@ -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) {