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