Commit f4f9a1e2 authored by hujun's avatar hujun

1

parent 8927672b
...@@ -785,8 +785,8 @@ class Houses extends Basic ...@@ -785,8 +785,8 @@ class Houses extends Basic
} }
try { try {
$house = new GHouses(); $house = new GHousesExt();
$house_data = $house->getHouseDetail('id,vip', ['id'=>$this->params['id']]); $house_data = $house->getInfo('id,vip', ['id'=>$this->params['id']]);
if (empty($house_data['id'])) { if (empty($house_data['id'])) {
$code = 101; $code = 101;
......
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