Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
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
hujun
tl_estate
Commits
f6be28e2
Commit
f6be28e2
authored
Apr 24, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
$this->user_id change $agent_id
parent
fe71a2e6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
UserLogService.php
application/index/service/UserLogService.php
+6
-7
No files found.
application/index/service/UserLogService.php
View file @
f6be28e2
...
@@ -103,13 +103,6 @@ class UserLogService
...
@@ -103,13 +103,6 @@ class UserLogService
/*查询站点名*/
/*查询站点名*/
$call
=
new
CallPhoneService
();
$agent_data
=
$redis_service
->
getRedisCache
(
2
,
$agent_id
);
$result
=
$call
->
checkBindRedis
(
$this
->
userId
,
$agent_data
[
'phone_list'
],
$user_arr
[
'user_phone'
]);
if
(
$result
!=
''
){
$data
[
'is_outpace_call_num'
]
=
0
;
}
/*修改记录部分 start*/
/*修改记录部分 start*/
$records
=
new
GOperatingRecords
();
$records
=
new
GOperatingRecords
();
$param_
[
'user_id'
]
=
$user_id
;
$param_
[
'user_id'
]
=
$user_id
;
...
@@ -157,6 +150,12 @@ class UserLogService
...
@@ -157,6 +150,12 @@ class UserLogService
// if ($result != 0) {
// if ($result != 0) {
// $data['is_outpace_call_num'] = 0;
// $data['is_outpace_call_num'] = 0;
// }
// }
$call
=
new
CallPhoneService
();
$agent_data
=
$redis_service
->
getRedisCache
(
2
,
$agent_id
);
$result
=
$call
->
checkBindRedis
(
$agent_id
,
$agent_data
[
'phone_list'
],
$user_arr
[
'user_phone'
]);
if
(
$result
!=
''
){
$data
[
'is_outpace_call_num'
]
=
0
;
}
//查询当前经纪人是否是某个客方的总监 0:可查看 1:不可查看
//查询当前经纪人是否是某个客方的总监 0:可查看 1:不可查看
$data
[
'is_can_look'
]
=
$user_service
->
isUserAgentDirector
(
$user_arr
[
"agent_id"
],
$agent_id
);
$data
[
'is_can_look'
]
=
$user_service
->
isUserAgentDirector
(
$user_arr
[
"agent_id"
],
$agent_id
);
...
...
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