Platform batch controller: add spot-check sample order link

This commit is contained in:
萝卜
2026-03-18 08:49:36 +08:00
parent a18627db39
commit 5bba95265a

View File

@@ -171,8 +171,6 @@ class PlatformBatchController extends Controller
}
}
// 抽样复核入口:从“成功集合”里取一单,方便运营 spot-check。
// - BAS优先取已同步且无错误的订单
// - BMPA优先取本批次标记支付成功且无错误的订单
@@ -215,7 +213,8 @@ class PlatformBatchController extends Controller
$spotCheck['url'] = BackUrl::withBackAndFragment('/admin/platform-orders/' . $sampleOrder->id, $selfWithoutBack, 'payment-receipts');
}
}
return view('admin.platform_batches.show', [
return view('admin.platform_batches.show', [
'type' => $type,
'runId' => $runId,
'safeBackForLinks' => $safeBackForLinks,