Commit e22cd853 authored by clone's avatar clone

1

parent fb7b9dbb
...@@ -1407,7 +1407,7 @@ class OfficeRoomService ...@@ -1407,7 +1407,7 @@ class OfficeRoomService
$ids = ""; $ids = "";
if (count($roomArr) > 0) { if (count($roomArr) > 0) {
foreach ($roomArr as $item) { foreach ($roomArr as $item) {
$ids .= $item["id"] . ","; $ids .= $item["house_id"] . ",";
} }
$ids = rtrim($ids, ","); $ids = rtrim($ids, ",");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment