退款字段逻辑修改
This commit is contained in:
parent
8139416648
commit
d3a44b336b
@ -64,6 +64,9 @@ class UserRechargeLists extends BaseAdminDataLists implements ListsSearchInterfa
|
|||||||
}else{
|
}else{
|
||||||
$item['paid_name']='未充值';
|
$item['paid_name']='未充值';
|
||||||
}
|
}
|
||||||
|
if($item['status']== -1){
|
||||||
|
$item['paid_name']='已退款';
|
||||||
|
}
|
||||||
return $item;
|
return $item;
|
||||||
})
|
})
|
||||||
->toArray();
|
->toArray();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user