客户维护页码设置
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
* @Author: kangkang
|
* @Author: kangkang
|
||||||
* @Date: 2020-10-13 19:52:37
|
* @Date: 2020-10-13 19:52:37
|
||||||
* @LastEditors: “wanyongkang” “937888580@qq.com”
|
* @LastEditors: “wanyongkang” “937888580@qq.com”
|
||||||
* @LastEditTime: 2024-01-12 15:11:33
|
* @LastEditTime: 2024-01-12 16:34:00
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace app\manager\controller;
|
namespace app\manager\controller;
|
||||||
@@ -162,9 +162,9 @@ class UserFollow extends Controller
|
|||||||
}
|
}
|
||||||
$where['Id'] = ['in', $user_search_id_list];
|
$where['Id'] = ['in', $user_search_id_list];
|
||||||
}
|
}
|
||||||
// if (empty($user_search_id_list)) {
|
if (empty($user_search_id_list)) {
|
||||||
$limit = "$page,50";
|
$limit = "$page,50";
|
||||||
// }
|
}
|
||||||
|
|
||||||
$user_list = $user_model->getListPage($where, 'Id,follow_status,LoginCode,CreateTime,Wx,QQ,pay_time,is_verify,ProductAccountCount,ManagerName', 'id desc', $limit);
|
$user_list = $user_model->getListPage($where, 'Id,follow_status,LoginCode,CreateTime,Wx,QQ,pay_time,is_verify,ProductAccountCount,ManagerName', 'id desc', $limit);
|
||||||
$list = [];
|
$list = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user