fix(admin): 各平台订单工具动作支持 renewal_missing_subscription 筛选透传
This commit is contained in:
@@ -1136,6 +1136,7 @@ class PlatformOrderController extends Controller
|
|||||||
'bmpa_error_keyword' => trim((string) $request->query('bmpa_error_keyword', '')),
|
'bmpa_error_keyword' => trim((string) $request->query('bmpa_error_keyword', '')),
|
||||||
// 只看“可同步订阅”的订单:已支付 + 已生效 + 未同步(用于运营快速处理)
|
// 只看“可同步订阅”的订单:已支付 + 已生效 + 未同步(用于运营快速处理)
|
||||||
'syncable_only' => (string) $request->query('syncable_only', ''),
|
'syncable_only' => (string) $request->query('syncable_only', ''),
|
||||||
|
'renewal_missing_subscription' => (string) $request->query('renewal_missing_subscription', ''),
|
||||||
// 只看最近 24 小时批量同步过的订单(可治理追踪)
|
// 只看最近 24 小时批量同步过的订单(可治理追踪)
|
||||||
'batch_synced_24h' => (string) $request->query('batch_synced_24h', ''),
|
'batch_synced_24h' => (string) $request->query('batch_synced_24h', ''),
|
||||||
// 只看最近 24 小时批量“标记支付并生效(BMPA)”过的订单(可治理追踪)
|
// 只看最近 24 小时批量“标记支付并生效(BMPA)”过的订单(可治理追踪)
|
||||||
@@ -1317,6 +1318,7 @@ class PlatformOrderController extends Controller
|
|||||||
'sync_error_keyword' => trim((string) $request->input('sync_error_keyword', '')),
|
'sync_error_keyword' => trim((string) $request->input('sync_error_keyword', '')),
|
||||||
'bmpa_error_keyword' => trim((string) $request->input('bmpa_error_keyword', '')),
|
'bmpa_error_keyword' => trim((string) $request->input('bmpa_error_keyword', '')),
|
||||||
'syncable_only' => (string) $request->input('syncable_only', ''),
|
'syncable_only' => (string) $request->input('syncable_only', ''),
|
||||||
|
'renewal_missing_subscription' => (string) $request->input('renewal_missing_subscription', ''),
|
||||||
'batch_synced_24h' => (string) $request->input('batch_synced_24h', ''),
|
'batch_synced_24h' => (string) $request->input('batch_synced_24h', ''),
|
||||||
// 与列表页筛选保持一致(可治理):用于在批量操作后仍能回到同一口径
|
// 与列表页筛选保持一致(可治理):用于在批量操作后仍能回到同一口径
|
||||||
'batch_mark_paid_and_activate_24h' => (string) $request->input('batch_mark_paid_and_activate_24h', ''),
|
'batch_mark_paid_and_activate_24h' => (string) $request->input('batch_mark_paid_and_activate_24h', ''),
|
||||||
@@ -1501,6 +1503,7 @@ class PlatformOrderController extends Controller
|
|||||||
'sync_error_keyword' => trim((string) $request->input('sync_error_keyword', '')),
|
'sync_error_keyword' => trim((string) $request->input('sync_error_keyword', '')),
|
||||||
'bmpa_error_keyword' => trim((string) $request->input('bmpa_error_keyword', '')),
|
'bmpa_error_keyword' => trim((string) $request->input('bmpa_error_keyword', '')),
|
||||||
'syncable_only' => (string) $request->input('syncable_only', ''),
|
'syncable_only' => (string) $request->input('syncable_only', ''),
|
||||||
|
'renewal_missing_subscription' => (string) $request->input('renewal_missing_subscription', ''),
|
||||||
'batch_synced_24h' => (string) $request->input('batch_synced_24h', ''),
|
'batch_synced_24h' => (string) $request->input('batch_synced_24h', ''),
|
||||||
'batch_mark_paid_and_activate_24h' => (string) $request->input('batch_mark_paid_and_activate_24h', ''),
|
'batch_mark_paid_and_activate_24h' => (string) $request->input('batch_mark_paid_and_activate_24h', ''),
|
||||||
'batch_mark_activated_24h' => (string) $request->input('batch_mark_activated_24h', ''),
|
'batch_mark_activated_24h' => (string) $request->input('batch_mark_activated_24h', ''),
|
||||||
@@ -1716,6 +1719,7 @@ class PlatformOrderController extends Controller
|
|||||||
'sync_error_keyword' => trim((string) $request->input('sync_error_keyword', '')),
|
'sync_error_keyword' => trim((string) $request->input('sync_error_keyword', '')),
|
||||||
'bmpa_error_keyword' => trim((string) $request->input('bmpa_error_keyword', '')),
|
'bmpa_error_keyword' => trim((string) $request->input('bmpa_error_keyword', '')),
|
||||||
'syncable_only' => (string) $request->input('syncable_only', ''),
|
'syncable_only' => (string) $request->input('syncable_only', ''),
|
||||||
|
'renewal_missing_subscription' => (string) $request->input('renewal_missing_subscription', ''),
|
||||||
'batch_synced_24h' => (string) $request->input('batch_synced_24h', ''),
|
'batch_synced_24h' => (string) $request->input('batch_synced_24h', ''),
|
||||||
// 与列表页筛选保持一致(可治理):用于在批量操作后仍能回到同一口径
|
// 与列表页筛选保持一致(可治理):用于在批量操作后仍能回到同一口径
|
||||||
'batch_mark_paid_and_activate_24h' => (string) $request->input('batch_mark_paid_and_activate_24h', ''),
|
'batch_mark_paid_and_activate_24h' => (string) $request->input('batch_mark_paid_and_activate_24h', ''),
|
||||||
@@ -1932,6 +1936,7 @@ class PlatformOrderController extends Controller
|
|||||||
'sync_error_keyword' => trim((string) $request->input('sync_error_keyword', '')),
|
'sync_error_keyword' => trim((string) $request->input('sync_error_keyword', '')),
|
||||||
'bmpa_error_keyword' => trim((string) $request->input('bmpa_error_keyword', '')),
|
'bmpa_error_keyword' => trim((string) $request->input('bmpa_error_keyword', '')),
|
||||||
'syncable_only' => (string) $request->input('syncable_only', ''),
|
'syncable_only' => (string) $request->input('syncable_only', ''),
|
||||||
|
'renewal_missing_subscription' => (string) $request->input('renewal_missing_subscription', ''),
|
||||||
'batch_synced_24h' => (string) $request->input('batch_synced_24h', ''),
|
'batch_synced_24h' => (string) $request->input('batch_synced_24h', ''),
|
||||||
// 与列表页筛选保持一致(可治理):用于在批量操作后仍能回到同一口径
|
// 与列表页筛选保持一致(可治理):用于在批量操作后仍能回到同一口径
|
||||||
'batch_mark_paid_and_activate_24h' => (string) $request->input('batch_mark_paid_and_activate_24h', ''),
|
'batch_mark_paid_and_activate_24h' => (string) $request->input('batch_mark_paid_and_activate_24h', ''),
|
||||||
@@ -2012,6 +2017,7 @@ class PlatformOrderController extends Controller
|
|||||||
'sync_error_keyword' => trim((string) $request->input('sync_error_keyword', '')),
|
'sync_error_keyword' => trim((string) $request->input('sync_error_keyword', '')),
|
||||||
'bmpa_error_keyword' => trim((string) $request->input('bmpa_error_keyword', '')),
|
'bmpa_error_keyword' => trim((string) $request->input('bmpa_error_keyword', '')),
|
||||||
'syncable_only' => (string) $request->input('syncable_only', ''),
|
'syncable_only' => (string) $request->input('syncable_only', ''),
|
||||||
|
'renewal_missing_subscription' => (string) $request->input('renewal_missing_subscription', ''),
|
||||||
'batch_synced_24h' => (string) $request->input('batch_synced_24h', ''),
|
'batch_synced_24h' => (string) $request->input('batch_synced_24h', ''),
|
||||||
'batch_mark_paid_and_activate_24h' => (string) $request->input('batch_mark_paid_and_activate_24h', ''),
|
'batch_mark_paid_and_activate_24h' => (string) $request->input('batch_mark_paid_and_activate_24h', ''),
|
||||||
'batch_mark_activated_24h' => (string) $request->input('batch_mark_activated_24h', ''),
|
'batch_mark_activated_24h' => (string) $request->input('batch_mark_activated_24h', ''),
|
||||||
|
|||||||
Reference in New Issue
Block a user