Commit ee465ee5 authored by hujun's avatar hujun

1

parent b06f2c61
...@@ -409,7 +409,7 @@ class Houses extends Basic ...@@ -409,7 +409,7 @@ class Houses extends Basic
} }
if ($this->params['is_lock'] != -1) { if ($this->params['is_lock'] != -1) {
if ($this->params['vip'] == 1) { if ($this->params['is_lock'] == 1) {
$where['is_lock'] = 1; $where['is_lock'] = 1;
} else { } else {
$where['is_lock'] = 0; $where['is_lock'] = 0;
......
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