Align batch BMPA retry link with bmpa_processable_only filter
This commit is contained in:
@@ -134,10 +134,10 @@ class PlatformBatchController extends Controller
|
||||
'bmpa_failed_only' => '1',
|
||||
]), $safeBackForLinks, 'filters');
|
||||
|
||||
// 本批次可再次尝试:对齐仪表盘/列表的“真正可BMPA处理集合”口径。
|
||||
$governanceLinks['retry_processable'] = BackUrl::withBackAndFragment('/admin/platform-orders?' . \Illuminate\Support\Arr::query([
|
||||
'batch_bmpa_run_id' => $runId,
|
||||
'status' => 'pending',
|
||||
'payment_status' => 'unpaid',
|
||||
'bmpa_processable_only' => '1',
|
||||
]), $safeBackForLinks, 'filters');
|
||||
|
||||
$topReason = (string) (data_get($summary, 'top_reasons.0.reason') ?? '');
|
||||
|
||||
Reference in New Issue
Block a user