This commit is contained in:
mkm 2024-06-21 14:01:43 +08:00
commit 887fe4ac26

View File

@ -53,7 +53,7 @@ class UserLists extends BaseAdminDataLists implements ListsExcelInterface
$where[] = ['is_disable','=', $params['is_disable']];
}
$field = "id,nickname,real_name,sex,avatar,account,mobile,channel,create_time,purchase_funds,user_ship,
label_id,integral";
label_id,integral,now_money,total_recharge_amount";
$lists = User::withSearch($this->setSearch(), $this->params)->where($where)
->with(['user_ship','user_label'])
->limit($this->limitOffset, $this->limitLength)