Commit 9b84d1ca authored by zhangjun's avatar zhangjun

修改

parent 91bd2fa2
......@@ -314,12 +314,16 @@ class Broker_base_model extends MY_Model {
return $rows;
}
/**
* 获取经纪人数据(实时)
* @return mixed
*/
public function get_broker_info_new() {
if(GB_CITY == 'nj'){
$this->dbback->select("uid,username,truename,agentcode,telno,expiredate,postlimit,groupid,is_warn,valid_flag,smallphoto,package_id,festa,is_pay,master,nofee_num,favtag_num,regdate,password,qq,email,idno,selfdesc,skill,starlevel,usetime,real_status,alipay_acount");
$this->dbback->select("uid,username,truename,agentcode");
}else
{
$fieldStr = "uid,username,truename,agentcode,telno,expiredate,postlimit,groupid,is_warn,valid_flag,smallphoto,package_id,festa,is_pay,master,nofee_num,favtag_num,regdate,password,qq,email,idno,selfdesc,skill,starlevel,usetime,alipay_acount,real_status";
$fieldStr = "uid,username,truename,agentcode";
if ( GB_CITY == 'hf' ) {
$fieldStr .= ",license_number,license_number_url,institution_record_no,institution_record_no_url";
}
......
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