Commit 73bf75e5 authored by hujun's avatar hujun

注释

parent e65f3778
......@@ -293,13 +293,13 @@ class Houses extends Basic
}
/*根据库存判断是否已租*/
if ($this->params['leased'] != -1) {
if ($this->params['leased'] == 0) {
$where['residue_num'] = 0;
} else {
$where['residue_num'] = [ '<>', 0 ];
}
}
// if ($this->params['leased'] != -1) {
// if ($this->params['leased'] == 0) {
// $where['residue_num'] = 0;
// } else {
// $where['residue_num'] = [ '<>', 0 ];
// }
// }
/*业态*/
if ($this->params['industry_type'] != NULL) {
......
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