From a5a91fd1e6596169dd6fae87bbcc85c05b486d2a Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Mon, 25 Dec 2023 22:27:26 +0800 Subject: [PATCH] yh --- app/Controller/Payment/AccountController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controller/Payment/AccountController.php b/app/Controller/Payment/AccountController.php index 8be9c00..b0aff78 100644 --- a/app/Controller/Payment/AccountController.php +++ b/app/Controller/Payment/AccountController.php @@ -303,7 +303,7 @@ class AccountController extends AbstractController 'card_user_name' => $order->card_user_name, 'last_card_no' => $order->last_card_no, 'bank_mobile' => $order->bank_mobile, - 'certificate_no' => $order->certificate_no, + 'certificate_no' => $order->user->certificate_no, 'status' => $order->status, 'system_status' => $systemStatus, 'status_text' => $statusText,