退款字段逻辑修改

This commit is contained in:
liu 2024-06-24 18:03:27 +08:00
parent 8139416648
commit d3a44b336b

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();