Explorar el Código

Wesmiler 人人车 初始化项目 0816

APPLE hace 3 años
padre
commit
cce7d043fe
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      application/api/controller/v1/taxiUser/Order.php

+ 1 - 1
application/api/controller/v1/taxiUser/Order.php

@@ -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)