Commit 961938ef authored by zhangjun's avatar zhangjun

修改

parent 9b84d1ca
...@@ -372,6 +372,13 @@ class Rent extends MY_Controller { ...@@ -372,6 +372,13 @@ class Rent extends MY_Controller {
$this->jump($url_manage, $alert); $this->jump($url_manage, $alert);
return; return;
} }
} else if ( GB_CITY == 'hf' ) {
// 请求接口验证是否能发布房源(合肥)
$brokerInfo = $this->broker_model->get_broker_info_new();
if ( !isset( $brokerInfo['license_number'] ) || empty( $brokerInfo['license_number'] ) ) {
$this->jump( $url_manage, '根据政策要求,房地产经纪机构以及公司从业人员,需至相关部门完成实名登记后方可发布房源;' );
return;
}
} }
//控制发布房源的时间限制 //控制发布房源的时间限制
......
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