Commit 9e056357 authored by hujun's avatar hujun

house_id

parent 943808ec
...@@ -824,7 +824,7 @@ class OfficeRoomService ...@@ -824,7 +824,7 @@ class OfficeRoomService
try { try {
//盘方搜索 //盘方搜索
if (!empty($agent_where)) { if (!empty($agent_where)) {
$agent_arr = $this->agent_room->getAgentsByRoomColumn('houses_id', $agent_where); $agent_arr = $this->agent_room->getAgentsByRoomColumn('house_id', $agent_where);
if (empty($agent_arr)) { if (empty($agent_arr)) {
$result['status'] = 'successful'; $result['status'] = 'successful';
......
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