wzq hace 5 años
padre
commit
3049007a16
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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){