@@ -75,7 +75,7 @@ class Order extends ApiController
* sin( radians( lat ) )
)
), 2) AS distance")
- ->having('distance < 20')
+ ->having('distance < 30')
->where(['status' => 2])
->where('created_at','<=', time() - $levelTime)
->where('lat', '>', 0)