Commit 3c728d1e authored by hujun's avatar hujun

site_id

parent 82ef7145
...@@ -54,7 +54,7 @@ class Houses extends Basic ...@@ -54,7 +54,7 @@ class Houses extends Basic
$house = new HouseService(); $house = new HouseService();
if ($this->request->isPost()) { if ($this->request->isPost()) {
$house_data = $house->addHouse($this->params, $this->userId, $this->siteId); $house_data = $house->addHouse($this->params, $this->userId, 0, $this->siteId);
if ($house_data['status'] == 'successful') { if ($house_data['status'] == 'successful') {
if (!empty($this->params['sublet_id']) && $this->params['source'] == 'transfer_list') { if (!empty($this->params['sublet_id']) && $this->params['source'] == 'transfer_list') {
......
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