客户维护页码设置

This commit is contained in:
“wanyongkang”
2024-01-12 15:12:29 +08:00
parent 846fe7ba7e
commit 20357fe505

View File

@@ -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 = [];