From 7cc3e2484674863051cf437c29168101c5e55db1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Wed, 18 Mar 2026 14:42:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95:=20=E8=BF=9B=E5=85=A5BMPA?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E9=9B=86=E5=90=88=E9=93=BE=E6=8E=A5=E6=B8=85?= =?UTF-8?q?=E7=90=86=E4=BA=92=E6=96=A5=E5=BC=80=E5=85=B3=E6=9B=B4=E5=BC=BA?= =?UTF-8?q?=E5=9C=BA=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/Feature/AdminPlatformOrderToolsBmpaGovernanceHintTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Feature/AdminPlatformOrderToolsBmpaGovernanceHintTest.php b/tests/Feature/AdminPlatformOrderToolsBmpaGovernanceHintTest.php index c2a9907..9dc8d97 100644 --- a/tests/Feature/AdminPlatformOrderToolsBmpaGovernanceHintTest.php +++ b/tests/Feature/AdminPlatformOrderToolsBmpaGovernanceHintTest.php @@ -75,7 +75,7 @@ class AdminPlatformOrderToolsBmpaGovernanceHintTest extends TestCase // 模拟用户在同步失败上下文中又叠加了 BMPA 失败筛选; // 此时“进入批量标记支付失败集合”的链接应显式清理 fail_only/sync_status/sync_error_keyword,避免跳转后产生筛选冲突。 - $res = $this->get('/admin/platform-orders?bmpa_failed_only=1&sync_status=failed'); + $res = $this->get('/admin/platform-orders?bmpa_failed_only=1&sync_status=failed&syncable_only=1&synced_only=1'); $res->assertOk(); $html = (string) $res->getContent();