Commit 1e1c9461 authored by zhuwei's avatar zhuwei

全部客户 注释

parent 543c32bd
......@@ -226,11 +226,11 @@ class Client extends Basic
$params = $this->params;
#测试数据
$params['phone_or_name'] = '666' ;
$params['pagenum'] = '1' ;
$params['user_id'] = '10' ;
$params['type'] = 0 ;
$params['search_type'] = '2' ;
// $params['phone_or_name'] = '666' ;
// $params['pagenum'] = '1' ;
// $params['user_id'] = '10' ;
// $params['type'] = 0 ;
// $params['search_type'] = '2' ;
#测试数据 end
if (!isset($params['phone_or_name']) || !isset($params['user_id'])) {
......
......@@ -145,7 +145,6 @@ class UPhoneFollowPp extends BaseModel
$UPhoneFollowPp_res = db('u_phone_follow_up')
//->where('user_id',$user_id)
->where('content','like',"%$searchdate%")
->order('create_time', 'desc')
//->limit($pagesize)
//->page($pagenum)
->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