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
3f70efaf
Commit
3f70efaf
authored
Jan 11, 2019
by
zhuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e243ae58
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
User.php
application/api_broker/controller/User.php
+1
-1
UserLogService.php
application/index/service/UserLogService.php
+2
-2
No files found.
application/api_broker/controller/User.php
View file @
3f70efaf
...
@@ -835,7 +835,7 @@ class User extends Basic
...
@@ -835,7 +835,7 @@ class User extends Basic
}
}
//简易客户详情
//简易客户详情
$result
[
'user_detail'
]
=
$this
->
userLogService
->
userDetailFull
(
$params
[
'user_id'
]
,
$params
[
'agent_id'
]
);
$result
[
'user_detail'
]
=
$this
->
userLogService
->
userDetailFull
(
$params
[
'user_id'
]);
$m_records
=
new
GOperatingRecords
();
$m_records
=
new
GOperatingRecords
();
//客方修改日志
//客方修改日志
...
...
application/index/service/UserLogService.php
View file @
3f70efaf
...
@@ -204,6 +204,7 @@ class UserLogService
...
@@ -204,6 +204,7 @@ class UserLogService
* @param $site_id
* @param $site_id
* @param $page_no
* @param $page_no
* @param $page_size
* @param $page_size
* @return false|null|\PDOStatement|string|\think\Collection
*/
*/
public
function
phoneFollowUpNew
(
$user_id
,
$site_id
,
$page_no
,
$page_size
)
public
function
phoneFollowUpNew
(
$user_id
,
$site_id
,
$page_no
,
$page_size
)
{
{
...
@@ -376,10 +377,9 @@ class UserLogService
...
@@ -376,10 +377,9 @@ class UserLogService
/**
/**
* 客户详情简略信息
* 客户详情简略信息
* @param $user_id
* @param $user_id
* @param $agent_id
* @return mixed
* @return mixed
*/
*/
public
function
userDetailFull
(
$user_id
,
$agent_id
)
public
function
userDetailFull
(
$user_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