Platform batch controller: add spot-check sample order link
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user