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
1e1c9461
Commit
1e1c9461
authored
Mar 20, 2018
by
zhuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
全部客户 注释
parent
543c32bd
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
Client.php
application/api_broker/controller/Client.php
+5
-5
UPhoneFollowPp.php
application/model/UPhoneFollowPp.php
+0
-1
No files found.
application/api_broker/controller/Client.php
View file @
1e1c9461
...
@@ -226,11 +226,11 @@ class Client extends Basic
...
@@ -226,11 +226,11 @@ class Client extends Basic
$params
=
$this
->
params
;
$params
=
$this
->
params
;
#测试数据
#测试数据
$params
[
'phone_or_name'
]
=
'666'
;
//
$params['phone_or_name'] = '666' ;
$params
[
'pagenum'
]
=
'1'
;
//
$params['pagenum'] = '1' ;
$params
[
'user_id'
]
=
'10'
;
//
$params['user_id'] = '10' ;
$params
[
'type'
]
=
0
;
//
$params['type'] = 0 ;
$params
[
'search_type'
]
=
'2'
;
//
$params['search_type'] = '2' ;
#测试数据 end
#测试数据 end
if
(
!
isset
(
$params
[
'phone_or_name'
])
||
!
isset
(
$params
[
'user_id'
]))
{
if
(
!
isset
(
$params
[
'phone_or_name'
])
||
!
isset
(
$params
[
'user_id'
]))
{
...
...
application/model/UPhoneFollowPp.php
View file @
1e1c9461
...
@@ -145,7 +145,6 @@ class UPhoneFollowPp extends BaseModel
...
@@ -145,7 +145,6 @@ class UPhoneFollowPp extends BaseModel
$UPhoneFollowPp_res
=
db
(
'u_phone_follow_up'
)
$UPhoneFollowPp_res
=
db
(
'u_phone_follow_up'
)
//->where('user_id',$user_id)
//->where('user_id',$user_id)
->
where
(
'content'
,
'like'
,
"%
$searchdate
%"
)
->
where
(
'content'
,
'like'
,
"%
$searchdate
%"
)
->
order
(
'create_time'
,
'desc'
)
//->limit($pagesize)
//->limit($pagesize)
//->page($pagenum)
//->page($pagenum)
->
count
();
->
count
();
...
...
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