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
2312f8fe
Commit
2312f8fe
authored
Jun 26, 2019
by
clone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
fbe5449c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
OfficeHomePageLog.php
application/api_broker/controller/OfficeHomePageLog.php
+7
-7
No files found.
application/api_broker/controller/OfficeHomePageLog.php
View file @
2312f8fe
...
...
@@ -177,14 +177,14 @@ class OfficeHomePageLog extends Basic
{
$params
=
$this
->
params
;
/*
$params = array(
"start_time" => strtotime('201
6-08-14
11:02:36'), //开始时间
"end_time" => strtotime('201
8-08-14 11
:07:10'), //结束时间
"name_or_phone" => "18112347151",//用户姓名或电话
"search_content" => "1",// 搜索跟进内容
$params
=
array
(
"start_time"
=>
strtotime
(
'201
9-06-01
11:02:36'
),
//开始时间
"end_time"
=>
strtotime
(
'201
9-06-26 12
:07:10'
),
//结束时间
//
"name_or_phone" => "18112347151",//用户姓名或电话
//
"search_content" => "1",// 搜索跟进内容
"pageNo"
=>
1
,
"pageSize"
=>
15
);
*/
);
if
(
empty
(
$params
[
'start_time'
])
||
empty
(
$params
[
'end_time'
]))
{
return
$this
->
response
(
"101"
,
'请选择时间'
);
...
...
@@ -275,7 +275,7 @@ class OfficeHomePageLog extends Basic
$roomModel
=
new
OfficeGRoom
();
$house_params
[
"a.id"
]
=
$value
[
'house_id'
];
$res_a
=
$roomModel
->
getHouseInfo
(
"a.id,CONCAT(b.address,a.room_number) internal_address"
,
$house_params
);
$result
[
$key
][
'internal_title'
]
=
$res_a
[
0
][
'internal_
title
'
];
$result
[
$key
][
'internal_title'
]
=
$res_a
[
0
][
'internal_
address
'
];
}
if
(
count
(
$result
)
>
0
)
{
...
...
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