From ef5f2fe8eb961d12fa675ca8d1e4d757d94db815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Thu, 19 Mar 2026 01:51:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E4=BB=AA=E8=A1=A8=E7=9B=98?= =?UTF-8?q?=E6=9C=80=E8=BF=91=E8=AE=A2=E5=8D=95=E4=BF=AE=E5=A4=8D=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E6=B3=A8=E9=87=8A=E8=AF=AD=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...ecentPlatformOrdersPaidButNoReceiptShouldShowFixLinkTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Feature/AdminDashboardRecentPlatformOrdersPaidButNoReceiptShouldShowFixLinkTest.php b/tests/Feature/AdminDashboardRecentPlatformOrdersPaidButNoReceiptShouldShowFixLinkTest.php index 90d68a0..165bee4 100644 --- a/tests/Feature/AdminDashboardRecentPlatformOrdersPaidButNoReceiptShouldShowFixLinkTest.php +++ b/tests/Feature/AdminDashboardRecentPlatformOrdersPaidButNoReceiptShouldShowFixLinkTest.php @@ -30,7 +30,7 @@ class AdminDashboardRecentPlatformOrdersPaidButNoReceiptShouldShowFixLinkTest ex $merchantId = (int) Merchant::query()->value('id'); $platformAdminId = (int) Admin::query()->where('email', 'platform.admin@demo.local')->value('id'); - // 确保“最近平台订单”卡里有一条已支付但无回执证据的订单 + // 确保“最近平台订单”卡里有一条已付无回执订单 $order = PlatformOrder::query()->create([ 'merchant_id' => $merchantId, 'plan_id' => null,