分页错误修改

This commit is contained in:
2025-09-30 21:59:37 +08:00
parent 80fe3afca6
commit b448d77d05
3 changed files with 5 additions and 6 deletions

View File

@@ -75,6 +75,7 @@ class Withdrawal extends adminApi
->field('a.*,b.nickname,b.user_code')
->order('a.createtime desc')
->where($where)
->page($page, $page_limit)
->select();
$data_lists = [];
foreach ($lists as $key => $value) {