Commit f15d008e authored by hujun's avatar hujun

1

parent 581bcd6a
...@@ -452,7 +452,7 @@ class Shop extends Basic ...@@ -452,7 +452,7 @@ class Shop extends Basic
$result['msg'] = 'Id is null'; $result['msg'] = 'Id is null';
} else { } else {
//获取商铺详情 //获取商铺详情
$result['data'] = $this->gHousesModel->getHouseById($this->params['id'], 1); $result_data = $this->gHousesModel->getHouseById($this->params['id'], 1);
} }
} }
......
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