界面: 订阅治理入口保留日期范围上下文

This commit is contained in:
萝卜
2026-03-18 14:25:04 +08:00
parent c2efb2c21f
commit e06fa9bd9a
2 changed files with 78 additions and 1 deletions

View File

@@ -243,7 +243,8 @@
// 订阅治理快捷入口保留订阅上下文site_subscription_id + 其它业务上下文),但不继承 syncable_only/fail_only/page 等工具型开关。
$buildSubGovernUrl = function (array $overrides) use ($safeBackForLinks) {
return \App\Support\BackUrl::currentPathQuickFilter(
['merchant_id', 'plan_id', 'site_subscription_id', 'keyword', 'lead_id'],
// 订阅锁定治理入口除订阅ID外也保留时间范围便于运营在“近7天/某段时间窗口”内治理)
['merchant_id', 'plan_id', 'site_subscription_id', 'keyword', 'lead_id', 'created_from', 'created_to'],
$overrides,
$safeBackForLinks
);