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
7193fa6d
Commit
7193fa6d
authored
Jan 10, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
int
parent
3f8938c2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
Remark.php
application/index/controller/Remark.php
+4
-4
remark_follow_index.html
application/index/view/remark/remark_follow_index.html
+2
-2
No files found.
application/index/controller/Remark.php
View file @
7193fa6d
...
...
@@ -193,19 +193,19 @@ class Remark extends Basic
$where
[
'page_no'
]
=
$this
->
params
[
'pageNo'
];
$where
[
'page_size'
]
=
$this
->
params
[
'pageSize'
];
if
(
!
empty
(
$this
->
params
[
'user_id'
]))
{
$where
[
'user_id'
]
=
$this
->
params
[
'user_id'
];
$where
[
'user_id'
]
=
(
int
)
$this
->
params
[
'user_id'
];
}
if
(
!
empty
(
$this
->
params
[
'agent_id'
]))
{
$where
[
'agent_id'
]
=
$this
->
params
[
'agent_id'
];
$where
[
'agent_id'
]
=
(
int
)
$this
->
params
[
'agent_id'
];
}
if
(
!
empty
(
$this
->
params
[
'content'
]))
{
$where
[
'content'
]
=
$this
->
params
[
'content'
];
}
if
(
!
empty
(
$this
->
params
[
'remark_store_id'
]))
{
$where
[
'store_id'
]
=
$this
->
params
[
'remark_store_id'
];
$where
[
'store_id'
]
=
(
int
)
$this
->
params
[
'remark_store_id'
];
}
if
(
!
empty
(
$this
->
params
[
'remark_district_id'
]))
{
$where
[
'district_id'
]
=
$this
->
params
[
'remark_district_id'
];
$where
[
'district_id'
]
=
(
int
)
$this
->
params
[
'remark_district_id'
];
}
$result_data
=
$follow_up_service
->
getPhoneFollowList
(
$this
->
params
[
'start_date'
],
$this
->
params
[
'end_date'
],
$where
,
$this
->
userId
);
...
...
application/index/view/remark/remark_follow_index.html
View file @
7193fa6d
...
...
@@ -399,11 +399,11 @@
<div
class=
"clear"
>
</div>
<select
class=
"form-control btn4 ld-Marheight input"
name=
""
id=
"district_id"
>
<
!--<
select class="form-control btn4 ld-Marheight input" name="" id="district_id">
<option value="">跟进人所在部门</option>
</select>
<select class="form-control btn4 ld-Marheight input" name="" id="guest_stores" value="">
</select>
</select>
-->
<!--<span class="fore-span ld-Marheight">
客户去重:
</span>
...
...
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