Commit 370299ff authored by zhuwei's avatar zhuwei

商铺总量-待租数bug

parent ec14a1c6
...@@ -132,8 +132,9 @@ class OperationData extends Basic ...@@ -132,8 +132,9 @@ class OperationData extends Basic
$result["house_num"] = $house_res; $result["house_num"] = $house_res;
// 待租商铺数量 // 待租商铺数量
$where['residue_num'] = array( 'neq', 0 ); /*$where['residue_num'] = array( 'neq', 0 );
$where['total'] = array( 'neq', 0 ); $where['total'] = array( 'neq', 0 );*/
$where['status'] = 1;
$house_res = $this->gHousesModel->getHouseNum($where); $house_res = $this->gHousesModel->getHouseNum($where);
$result["have_not_rent_num"] = $house_res; $result["have_not_rent_num"] = $house_res;
......
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