Kirin 2 years ago
parent
commit
3619ad17ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/models/system/SystemStore.php

+ 1 - 1
app/models/system/SystemStore.php

@@ -89,7 +89,7 @@ class SystemStore extends BaseModel
         $model = new self();
         $model = $model->where('is_del', 0);
         $model = $model->where('is_show', 1);
-        $model = $model->where('is_triple', 0);
+//        $model = $model->where('is_triple', 0);
         if ($latitude && $longitude) {
             $model = $model->field(['*', self::distanceSql($latitude, $longitude)])->order('distance asc');
         }