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
167570f5
Commit
167570f5
authored
Jun 30, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
//
parent
44316a0b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
OfficeHomePageLog.php
application/api_broker/controller/OfficeHomePageLog.php
+6
-6
No files found.
application/api_broker/controller/OfficeHomePageLog.php
View file @
167570f5
...
@@ -177,14 +177,14 @@ class OfficeHomePageLog extends Basic
...
@@ -177,14 +177,14 @@ class OfficeHomePageLog extends Basic
{
{
$params
=
$this
->
params
;
$params
=
$this
->
params
;
$params
=
array
(
//
$params = array(
"start_time"
=>
strtotime
(
'2019-06-01 11:02:36'
),
//开始时间
//
"start_time" => strtotime('2019-06-01 11:02:36'), //开始时间
"end_time"
=>
strtotime
(
'2019-06-26 12:07:10'
),
//结束时间
//
"end_time" => strtotime('2019-06-26 12:07:10'), //结束时间
//"name_or_phone" => "18112347151",//用户姓名或电话
//"name_or_phone" => "18112347151",//用户姓名或电话
// "search_content" => "1",// 搜索跟进内容
// "search_content" => "1",// 搜索跟进内容
"pageNo"
=>
1
,
//
"pageNo" => 1,
"pageSize"
=>
15
//
"pageSize" => 15
);
//
);
if
(
empty
(
$params
[
'start_time'
])
||
empty
(
$params
[
'end_time'
]))
{
if
(
empty
(
$params
[
'start_time'
])
||
empty
(
$params
[
'end_time'
]))
{
return
$this
->
response
(
"101"
,
'请选择时间'
);
return
$this
->
response
(
"101"
,
'请选择时间'
);
...
...
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