Commit 9b8c85ea authored by hujun's avatar hujun

1

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