客户维护页码设置
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
* @Author: kangkang
|
||||
* @Date: 2020-10-13 19:52:37
|
||||
* @LastEditors: “wanyongkang” “937888580@qq.com”
|
||||
* @LastEditTime: 2023-12-21 14:45:06
|
||||
* @LastEditTime: 2024-01-12 15:11:33
|
||||
*/
|
||||
|
||||
namespace app\manager\controller;
|
||||
@@ -162,9 +162,9 @@ class UserFollow extends Controller
|
||||
}
|
||||
$where['Id'] = ['in', $user_search_id_list];
|
||||
}
|
||||
if (empty($user_search_id_list)) {
|
||||
// if (empty($user_search_id_list)) {
|
||||
$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);
|
||||
$list = [];
|
||||
|
||||
Reference in New Issue
Block a user