@@ -951,7 +951,7 @@ class House_Statistic_Model extends MY_Model {
//查找付费房源推广表
$sql_personal_house_promote="select * from personal_house_promote where house_type =$house_type and house_id =".$rowid." and status =1 and start_time<=$time and end_time>=$time limit 1";