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