@@ -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){