wzq лет назад: 5
Родитель
Сommit
3049007a16
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Repositories/FloorRepository.php

+ 1 - 1
app/Repositories/FloorRepository.php

@@ -141,7 +141,7 @@ class FloorRepository
     {
         $id = $this->floor
             ->where('is_open', 1)
-            ->whereIn('floor_type', 2)
+            ->where('floor_type', 2)
             ->value('group_ids');
         $data = '';
         if($id){