wzq %!s(int64=5) %!d(string=hai) anos
pai
achega
3049007a16
Modificáronse 1 ficheiros con 1 adicións e 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){