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
9da0dcb9
Commit
9da0dcb9
authored
Jul 05, 2019
by
clone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d90faf84
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
HomePageLog.php
application/api_broker/controller/HomePageLog.php
+1
-0
OfficeHomePageLog.php
application/api_broker/controller/OfficeHomePageLog.php
+5
-4
No files found.
application/api_broker/controller/HomePageLog.php
View file @
9da0dcb9
...
...
@@ -155,6 +155,7 @@ class HomePageLog extends Basic
$img_param
[
"img_id"
]
=
$value
[
"id"
];
$img_param
[
"img_type"
]
=
1
;
$img_arr
=
$imgModel
->
getImgList
(
$img_param
,
"id,img_name"
);
$v
[
"img_path"
]
=
CHAT_IMG_URL
;
$result
[
$key
][
'follow_up_img_arr'
]
=
$img_arr
;
if
(
$if_search
)
...
...
application/api_broker/controller/OfficeHomePageLog.php
View file @
9da0dcb9
...
...
@@ -130,10 +130,11 @@ class OfficeHomePageLog extends Basic
$result
[
$key
][
'store_name'
]
=
''
;
}
//查询跟进图片
$imgModel
=
new
OfficeUPhoneFollowUpImg
();
$img_param
[
"img_id"
]
=
$value
[
"id"
];
$img_param
[
"img_type"
]
=
1
;
$img_arr
=
$imgModel
->
getImgList
(
$img_param
,
"id,img_name"
);
$imgModel
=
new
OfficeUPhoneFollowUpImg
();
$img_param
[
"img_id"
]
=
$value
[
"id"
];
$img_param
[
"img_type"
]
=
1
;
$img_arr
=
$imgModel
->
getImgList
(
$img_param
,
"id,img_name"
);
$v
[
"img_path"
]
=
CHAT_IMG_URL
;
$result
[
$key
][
'follow_up_img_arr'
]
=
$img_arr
;
#保护期(0:保护器内 1:超过保护期)
$result
[
$key
][
'is_outstrip_twenty_four_hours'
]
=
$user_service
->
isUserProtect
(
$value
[
'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