Browse Source

Wesmiler 人人车 初始化项目 0816

APPLE 3 năm trước cách đây
mục cha
commit
cce7d043fe
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)