用户背包

This commit is contained in:
2025-12-29 12:39:04 +08:00
parent 2ab9208236
commit 6cde21fe2d
2 changed files with 19 additions and 1 deletions

View File

@@ -698,7 +698,7 @@ class User extends adminApi
$gift_total = 0;
$gift_count = 0;
foreach ($list as $key => &$value) {
$value['createtime'] = date('Y-m-d H:i:s',$value['createtime']);
$value['createtime'] = date('Y-m-d H:i:s',$value['updatetime']);
$value['nickname'] = $value['nickname'].'-'.$value['user_code'];
$value['gift_id_name'] = $value['gift_name'].'-'.$value['gid'];
}