From ea633c9bb6021816b39335935b8567096d30b803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Tue, 10 Mar 2026 21:17:52 +0000 Subject: [PATCH] =?UTF-8?q?feat(platform-orders):=20=E5=BF=AB=E6=8D=B7?= =?UTF-8?q?=E7=AD=9B=E9=80=89=E5=A2=9E=E5=8A=A0=E5=AF=B9=E8=B4=A6=E4=B8=8D?= =?UTF-8?q?=E4=B8=80=E8=87=B4=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/Feature/AdminPlatformOrderTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Feature/AdminPlatformOrderTest.php b/tests/Feature/AdminPlatformOrderTest.php index 75d707b..e9f21b7 100644 --- a/tests/Feature/AdminPlatformOrderTest.php +++ b/tests/Feature/AdminPlatformOrderTest.php @@ -43,6 +43,7 @@ class AdminPlatformOrderTest extends TestCase ->assertSee('对账差额') ->assertSee('只看对账不一致') ->assertSee('快捷筛选') + ->assertSee('/admin/platform-orders?reconcile_mismatch=1', false) ->assertSee('待支付') ->assertSee('待生效') ->assertSee('可同步订阅')