This commit is contained in:
mkm 2024-06-24 18:04:37 +08:00
commit 4a3ba92035

View File

@ -64,6 +64,9 @@ class UserRechargeLists extends BaseAdminDataLists implements ListsSearchInterfa
}else{
$item['paid_name']='未充值';
}
if($item['status']== -1){
$item['paid_name']='已退款';
}
return $item;
})
->toArray();