Commit e688279c authored by zhangkuanguang's avatar zhangkuanguang

芜湖放心看

parent 1e16ccae
......@@ -975,14 +975,6 @@ class Sell extends MY_Controller {
if ($house_id)
{
//设置放心看
$infotype = $fields_values['infotype'];
if(in_array($infotype,array(1,2))){
if($real_house_set){
$this->load->model('zsb_api_model');
$this->zsb_api_model->getRequrstData('setRealHouse',array('house_id'=>$house_id));
}
}
//判断房源价格是否在预警价格区间,仅对住宅类做判断
/*if ($fields_values['blockid'] && $fields_values['infotype']==1){
......@@ -1249,6 +1241,15 @@ class Sell extends MY_Controller {
$logesta = $fields_values['esta'] == 1 ? 5 : 6;
//设置房源属性为多图
$this->sell_star_model->set_star();
//设置放心看
$infotype = $fields_values['infotype'];
if(in_array($infotype,array(1,2))){
if($real_house_set){
$this->load->model('zsb_api_model');
$this->zsb_api_model->getRequrstData('setRealHouse',array('house_id'=>$house_id));
}
}
}
else
{
......
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