wzq 5 年之前
父节点
当前提交
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){