Просмотр исходного кода

Wesmiler 人人车 初始化项目 0816

APPLE 3 лет назад
Родитель
Сommit
d76a5d9c90
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      application/api/controller/v1/Stores.php

+ 1 - 1
application/api/controller/v1/Stores.php

@@ -57,7 +57,7 @@ class Stores extends ApiController
                 ), 2) AS distance")
             ->having('distance < 20')
             ->order(['distance' => 'ASC'])
-            ->where(['status' => 1])
+            ->where(['status' => 1,'type'=> $param['type']])
             ->limit((($param['page'] - 1) * $limit) . "," . $limit)
             ->select();