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
31fecada
Commit
31fecada
authored
Jan 11, 2019
by
zw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kongzhi xia
parent
a653ff9c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
FollowUpTask.php
application/task/controller/FollowUpTask.php
+10
-0
No files found.
application/task/controller/FollowUpTask.php
View file @
31fecada
...
...
@@ -108,6 +108,16 @@ class FollowUpTask
*/
public
function
moveFollowUpList
()
{
//todo 判断参数和时间
$checkDayStr
=
date
(
'Y-m-d '
,
time
());
$timeBegin1
=
strtotime
(
$checkDayStr
.
"0:10"
.
":00"
);
$timeEnd1
=
strtotime
(
$checkDayStr
.
"0:50"
.
":00"
);
$curr_time
=
time
();
if
(
$curr_time
<
$timeBegin1
||
$curr_time
>
$timeEnd1
)
{
return
;
}
$site_arr
=
$this
->
siteModel
->
getSite
(
"id,name,city,is_del"
,
[
"is_del"
=>
0
]);
if
(
count
(
$site_arr
)
<=
0
)
{
return
;
...
...
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