Commit 946028ad authored by hujun's avatar hujun

1

parent 48f5c3ed
......@@ -695,7 +695,7 @@ class Houses extends Basic
}
$house = new GHouses();
$num = $house->editData(['is_lock'=>1], $this->params['house_id']);
$num = $house->editData(['is_lock'=>$this->params['is_lock']], $this->params['house_id']);
if ($num > 0) {
return $this->response(200,'');
......
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