界面: 订阅锁定同步失败入口清理BMPA冲突开关
This commit is contained in:
@@ -258,6 +258,9 @@
|
||||
$subSyncFailedUrl = $buildSubGovernUrl([
|
||||
'sync_status' => 'failed',
|
||||
'syncable_only' => null,
|
||||
// 从 BMPA 失败上下文切回同步失败集合:清理冲突开关
|
||||
'bmpa_failed_only' => null,
|
||||
'bmpa_error_keyword' => null,
|
||||
]);
|
||||
|
||||
$subUnpaidUrl = $buildSubGovernUrl([
|
||||
|
||||
@@ -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处理
|
||||
|
||||
Reference in New Issue
Block a user