Commit 1e1c9461 authored by zhuwei's avatar zhuwei

全部客户 注释

parent 543c32bd
...@@ -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'])) {
......
...@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment