界面: 订阅锁定同步失败入口清理BMPA冲突开关

This commit is contained in:
萝卜
2026-03-18 14:00:58 +08:00
parent 933aabae3b
commit 54698c10c2
2 changed files with 4 additions and 0 deletions

View File

@@ -258,6 +258,9 @@
$subSyncFailedUrl = $buildSubGovernUrl([
'sync_status' => 'failed',
'syncable_only' => null,
// 从 BMPA 失败上下文切回同步失败集合:清理冲突开关
'bmpa_failed_only' => null,
'bmpa_error_keyword' => null,
]);
$subUnpaidUrl = $buildSubGovernUrl([

View File

@@ -40,6 +40,7 @@ class AdminPlatformOrderIndexQuickFiltersShouldNotInheritToolTogglesTest extends
$this->assertSame('failed', (string) ($q1['sync_status'] ?? ''));
$this->assertSame('1', (string) ($q1['merchant_id'] ?? ''));
$this->assertArrayNotHasKey('bmpa_failed_only', $q1);
$this->assertArrayNotHasKey('bmpa_error_keyword', $q1);
$this->assertArrayNotHasKey('fail_only', $q1);
// 2) 快捷筛选可BMPA处理