Commit d740ef92 authored by clone's avatar clone

之前的月均价修改为日均价

parent a9afe8e3
...@@ -19,7 +19,7 @@ class Index extends Basic ...@@ -19,7 +19,7 @@ class Index extends Basic
} }
/** /**
* 月均价 上周成交量 * 月均价 上周成交量 ==>修改为日均价了
*/ */
public function averagePriceAndTurnover(){ public function averagePriceAndTurnover(){
......
...@@ -46,7 +46,7 @@ class HouseInfos extends Model ...@@ -46,7 +46,7 @@ class HouseInfos extends Model
function getAveragePrice() function getAveragePrice()
{ {
//price //price
$params['rent_type'] = array( "eq", 1 ); //月租金类型 $params['rent_type'] = array( "eq", 3 ); //1.月租金 2.营业额扣点 3.每平方米租金
$params['room_num_left'] = array( "<>", 0 );//剩余店铺为0的不算 $params['room_num_left'] = array( "<>", 0 );//剩余店铺为0的不算
$sumPrice = $this->dbHouseInfo $sumPrice = $this->dbHouseInfo
......
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