瀏覽代碼

Wesmiler 人人车 初始化项目 0816

APPLE 3 年之前
父節點
當前提交
69e0d96342
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 < 10')
+            ->having('distance < 20')
             ->where(['status' => 2])
             ->where('created_at','<=', time() - $levelTime)
             ->where('lat', '>', 0)