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
cff1c8ac
Commit
cff1c8ac
authored
Jul 09, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
img_str
parent
d567e4dd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
OfficeRemark.php
application/index/controller/OfficeRemark.php
+6
-0
OfficePhoneFollowUpService.php
application/index/service/OfficePhoneFollowUpService.php
+1
-1
No files found.
application/index/controller/OfficeRemark.php
View file @
cff1c8ac
...
...
@@ -115,6 +115,12 @@ class OfficeRemark extends Basic
$list
[
$k
][
'user_name'
]
=
''
;
}
if
(
isset
(
$v
[
'img_str'
]))
{
$list
[
$k
][
'img_str'
]
=
$v
[
'img_str'
];
}
else
{
$list
[
$k
][
'img_str'
]
=
''
;
}
if
(
!
empty
(
$v
[
'agent_id'
]))
{
$agent_data
=
$redis_service
->
getRedisCache
(
2
,
$v
[
'agent_id'
]);
$list
[
$k
][
'admin'
]
=
$agent_data
[
'name'
];
...
...
application/index/service/OfficePhoneFollowUpService.php
View file @
cff1c8ac
...
...
@@ -37,7 +37,7 @@ class OfficePhoneFollowUpService
* @throws \think\db\exception\ModelNotFoundException
* @throws \think\exception\DbException
*/
public
function
getPhoneFollowList
(
string
$start_time
,
string
$end_time
,
array
$params
,
$agent_id
,
$field
=
'id,user_id,create_time,content,user_status,labels_id,agent_id'
)
public
function
getPhoneFollowList
(
string
$start_time
,
string
$end_time
,
array
$params
,
$agent_id
,
$field
=
'id,user_id,create_time,content,user_status,labels_id,agent_id
,img_str
'
)
{
$vrs
=
new
VerifyRepetitionService
();
...
...
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