线路表
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user