From 84a424a1c9587791b3e151792dd280e4f70032e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Wed, 11 Mar 2026 08:55:16 +0000 Subject: [PATCH] =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E8=AE=A2=E5=8D=95=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E5=8C=BA=EF=BC=9A=E6=B2=BB=E7=90=86=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E6=96=87=E6=A1=88=E4=B8=8E=E5=AE=89=E5=85=A8=E9=98=80=E5=8F=A3?= =?UTF-8?q?=E5=BE=84=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/admin/platform_orders/index.blade.php | 2 +- tests/Feature/AdminPlatformOrderToolsGovernanceHintTest.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/admin/platform_orders/index.blade.php b/resources/views/admin/platform_orders/index.blade.php index 4c16474..d693d43 100644 --- a/resources/views/admin/platform_orders/index.blade.php +++ b/resources/views/admin/platform_orders/index.blade.php @@ -274,7 +274,7 @@ @if($hasRefundInconsistentFilter) 退款不一致 @endif - 。建议先完成金额/状态治理(补回执/核对退款)后,再执行批量同步订阅等工具动作。 + 。建议先完成金额/状态治理(补回执/核对退款/修正状态)后,再执行批量同步订阅等工具动作。 @if($hasSyncableOnlyFilter) diff --git a/tests/Feature/AdminPlatformOrderToolsGovernanceHintTest.php b/tests/Feature/AdminPlatformOrderToolsGovernanceHintTest.php index d646f13..1ee76e0 100644 --- a/tests/Feature/AdminPlatformOrderToolsGovernanceHintTest.php +++ b/tests/Feature/AdminPlatformOrderToolsGovernanceHintTest.php @@ -25,7 +25,7 @@ class AdminPlatformOrderToolsGovernanceHintTest extends TestCase $this->get('/admin/platform-orders?reconcile_mismatch=1') ->assertOk() - ->assertSee('建议先完成金额/状态治理', false) + ->assertSee('建议先完成金额/状态治理(补回执/核对退款/修正状态)', false) ->assertSee('对账不一致', false); } @@ -35,7 +35,7 @@ class AdminPlatformOrderToolsGovernanceHintTest extends TestCase $this->get('/admin/platform-orders?refund_inconsistent=1') ->assertOk() - ->assertSee('建议先完成金额/状态治理', false) + ->assertSee('建议先完成金额/状态治理(补回执/核对退款/修正状态)', false) ->assertSee('退款不一致', false); }