|
@@ -212,9 +212,9 @@ class Station extends CatchController
|
|
|
$arr['name'] = trim($sheet->getCell("D" . $j)->getFormattedValue());
|
|
|
$arr['created_at']=time();
|
|
|
$arr['shortcode']=$shortcode;
|
|
|
+ array_push($data,$arr);
|
|
|
$arr['DATA_TYPE']='station_save';
|
|
|
pushDataToRedisList($arr);
|
|
|
- array_push($data,$arr);
|
|
|
|
|
|
}
|
|
|
}
|