Commit 3f0cc10e authored by hujun's avatar hujun

搜索已租

parent 9d987728
...@@ -177,6 +177,11 @@ class Houses extends Basic ...@@ -177,6 +177,11 @@ class Houses extends Basic
$where['create_time'] = ['between time',[$params['start_date'].' 00:00:00'],$params['end_date']. ' 23:59:59']; $where['create_time'] = ['between time',[$params['start_date'].' 00:00:00'],$params['end_date']. ' 23:59:59'];
} }
/*根据库存判断是否已租*/
if ($params['Leased'] != NULL) {
$where['residue_num'] = $params;
}
if (empty($params['dish'])) { if (empty($params['dish'])) {
/*楼盘编号*/ /*楼盘编号*/
if ($params['id'] != NULL) { if ($params['id'] != 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