Commit 7aab4892 authored by fangliyan's avatar fangliyan

fefe

parent 46c79568
......@@ -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";
$personal_house_promote_query =$this->db_esfbak->query($sql_personal_house_promote);
$personal_house_promote_query = $this->db_esfhouse->query($sql_personal_house_promote);
$result_promote = $personal_house_promote_query->result_array();
if(is_array($result_promote) && !empty($result_promote)) {
......
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