Commit 61ee9b10 authored by hujun's avatar hujun

userid

parent 559e7233
...@@ -34,7 +34,7 @@ class OfficeRoom extends Basic ...@@ -34,7 +34,7 @@ class OfficeRoom extends Basic
$result['msg'] = ''; $result['msg'] = '';
$result_data = []; $result_data = [];
if ($this->request->isPost()) { if ($this->request->isPost()) {
$data = $this->service->edit($this->params, $this->agentId, $this->siteId); $data = $this->service->edit($this->params, $this->userId, $this->siteId);
if ($data['status'] == 'successful') { if ($data['status'] == 'successful') {
$result_data['house_id'] = $data['data']['house_id']; $result_data['house_id'] = $data['data']['house_id'];
......
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