diff --git a/app/Admin/Controllers/LanzuCsWithdrawController.php b/app/Admin/Controllers/LanzuCsWithdrawController.php index 4d554ef..34ff468 100644 --- a/app/Admin/Controllers/LanzuCsWithdrawController.php +++ b/app/Admin/Controllers/LanzuCsWithdrawController.php @@ -119,7 +119,7 @@ class LanzuCsWithdrawController extends AdminController $aduid = LanzuCsInfo::where('id', $form->model()->cs_id)->pluck('admin_user_id')->first(); $form->display('amount', '可提现金额')->value(LanzuUserBalance::getBalance($aduid, Type::BALANCE_USER_TYPE_CS)); - $form->display('cs_id', '提现用户')->value($form->model()->name); + $form->display('cs_name', '提现用户')->value($form->model()->cs_info['name']); $form->display('money'); if ($form->model()->status != 0) {//提现审核后 就能再编辑