Commit 21a3f49a authored by zhangkuanguang's avatar zhangkuanguang

22323

parent dedbb982
......@@ -1066,5 +1066,8 @@ class real_house_model extends MY_Model
return $result['real_status'];
}
public function getRealSell($broker_id){
$count = $this->dbback->from('sell')->where(array('uid'=>$broker_id,'esta'=>1,'is_real_house'=>1,'infofrom'=>5))->count_all_results();
return $count;
}
}
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