线上bug修改
This commit is contained in:
@@ -207,6 +207,7 @@ class UserWithdrawal extends Model
|
||||
$withdraw_list = db::name('vs_user_withdrawal')
|
||||
->where($where)
|
||||
->page($page,$page_limit)
|
||||
->order('createtime desc')
|
||||
->select();
|
||||
$return_data = [];
|
||||
foreach ($withdraw_list as $key=>$value){
|
||||
|
||||
Reference in New Issue
Block a user