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
72eea77a
Commit
72eea77a
authored
Jan 10, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user_status
parent
61345a48
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
PhoneFollowUpService.php
application/index/service/PhoneFollowUpService.php
+3
-1
remark_follow_template_tpl.html
public/resource/template/remark_follow_template_tpl.html
+1
-2
No files found.
application/index/service/PhoneFollowUpService.php
View file @
72eea77a
...
@@ -103,7 +103,9 @@ class PhoneFollowUpService
...
@@ -103,7 +103,9 @@ class PhoneFollowUpService
$date
=
date
(
"Y-m-d"
,
time
());
$date
=
date
(
"Y-m-d"
,
time
());
if
(
$start_time
>=
$date
&&
$start_time
<=
$date
.
" 23:59:59"
)
{
if
(
$end_time
<
$date
&&
$end_time
<
$date
.
" 23:59:59"
)
{
$this
->
phoneFollowUp
->
getFollowList
(
$page_no
,
$page_size
,
$order_
=
'id desc'
,
$field
,
$where
);
}
elseif
(
$start_time
>=
$date
&&
$start_time
<=
$date
.
" 23:59:59"
)
{
$data
=
$this
->
phoneFollowUpTemporary
->
getFollowList
(
$page_no
,
$page_size
,
$order_
=
'id desc'
,
$field
,
$where
);
$data
=
$this
->
phoneFollowUpTemporary
->
getFollowList
(
$page_no
,
$page_size
,
$order_
=
'id desc'
,
$field
,
$where
);
}
else
{
}
else
{
$data
=
$this
->
phoneFollowUpTemporary
->
getFollowListV3
(
$this
->
siteId
,
$page_no
,
$page_size
,
$where
,
$field
);
$data
=
$this
->
phoneFollowUpTemporary
->
getFollowListV3
(
$this
->
siteId
,
$page_no
,
$page_size
,
$where
,
$field
);
...
...
public/resource/template/remark_follow_template_tpl.html
View file @
72eea77a
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<
td
width
=
"46%"
class
=
"text-left follow-up-home"
>
<
td
width
=
"46%"
class
=
"text-left follow-up-home"
>
[
%
if
(
it
[
item
][
'label_name'
])
{
%
]
[
%
if
(
it
[
item
][
'label_name'
])
{
%
]
【
[
%=
it
[
item
][
'label_name'
]
%
]
】
【
[
%=
it
[
item
][
'label_name'
]
%
]
】
[
%
}
else
{
%
]
[
%
}
%
]
[
%
if
(
it
[
item
][
'user_status'
]
==
0
)
{
%
]
[
%
if
(
it
[
item
][
'user_status'
]
==
0
)
{
%
]
【求租】
【求租】
[
%
}
else
if
(
it
[
item
][
'user_status'
]
==
1
)
{
%
]
[
%
}
else
if
(
it
[
item
][
'user_status'
]
==
1
)
{
%
]
...
@@ -30,7 +30,6 @@
...
@@ -30,7 +30,6 @@
[
%
}
else
{
%
]
[
%
}
else
{
%
]
【无效】
【无效】
[
%
}
%
]
[
%
}
%
]
[
%
}
%
]
[
%=
dealPunctuation
(
it
[
item
][
'content'
])
%
]
[
%=
dealPunctuation
(
it
[
item
][
'content'
])
%
]
<
/td
>
<
/td
>
<
td
>
[
%=
it
[
item
][
'admin'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'admin'
]
%
]
<
/td
>
...
...
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