Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
fenzhan_zsb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esf
fenzhan_zsb
Commits
9b84d1ca
Commit
9b84d1ca
authored
May 25, 2021
by
zhangjun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
91bd2fa2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
broker_base_model.php
new_admincp/applications/models/broker_base_model.php
+6
-2
No files found.
new_admincp/applications/models/broker_base_model.php
View file @
9b84d1ca
...
@@ -314,12 +314,16 @@ class Broker_base_model extends MY_Model {
...
@@ -314,12 +314,16 @@ class Broker_base_model extends MY_Model {
return
$rows
;
return
$rows
;
}
}
/**
* 获取经纪人数据(实时)
* @return mixed
*/
public
function
get_broker_info_new
()
{
public
function
get_broker_info_new
()
{
if
(
GB_CITY
==
'nj'
){
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
}
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'
)
{
if
(
GB_CITY
==
'hf'
)
{
$fieldStr
.=
",license_number,license_number_url,institution_record_no,institution_record_no_url"
;
$fieldStr
.=
",license_number,license_number_url,institution_record_no,institution_record_no_url"
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment