|
@@ -61,6 +61,7 @@ class Station extends Model
|
|
|
->catchSearch()
|
|
|
// ->field('mac,name,latitude,longitude,online_time')
|
|
|
->append(['is_online_text','is_online'])
|
|
|
+ ->cache(120)
|
|
|
->select()
|
|
|
->each(function($item, $key) {
|
|
|
$wgsLoc = \algorithm\Geometry::gcj02ToWgs84((float)$item['latitude'],(float)$item['longitude']);
|