Commit a6af941d authored by zhuwei's avatar zhuwei

求租已租筛选

parent e9bda9f1
......@@ -148,8 +148,8 @@ class Houses extends Basic
}
}
//residue_type 0已租,1求租
if (!empty($this->params['residue_type'])) {
//求租已租筛选 2已租,1求租
if (is_numeric($this->params['residue_type'])) {
if($this->params['residue_type'] == 1){
$where['residue_num'] = array('gt',0);
}else{
......
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