更新
This commit is contained in:
parent
fe41046409
commit
de6480d3d9
@ -212,7 +212,7 @@ class StoreSpu extends BaseController
|
||||
POW( SIN( PI( ) * ( $lng- `long` ) / 360 ), 2 ) + COS( PI( ) * $lat / 180 ) * COS( `lat` * PI( ) / 180 ) * POW( SIN( PI( ) * ( $lat- `lat` ) / 360 ), 2 )
|
||||
)
|
||||
)
|
||||
) ASC "));
|
||||
) ASC "))->limit(50)->select();
|
||||
$arr = [];
|
||||
foreach ($select as $k => $v) {
|
||||
$arr[] = $v['mer_id'];
|
||||
|
Loading…
x
Reference in New Issue
Block a user