Commit 351b4f91 authored by clone's avatar clone

b

parent e9ba5d9b
...@@ -569,7 +569,7 @@ class GHouses extends BaseModel ...@@ -569,7 +569,7 @@ class GHouses extends BaseModel
->join('g_houses_ext b', 'a.id=b.house_id', 'left') ->join('g_houses_ext b', 'a.id=b.house_id', 'left')
->where($params) ->where($params)
->find($params["a.id"]); ->find($params["a.id"]);
echo Db::table($this->table)->getLastSql(); //echo Db::table($this->table)->getLastSql();
return $result; return $result;
} }
......
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