chore(admin-dashboard): rank links should keep paid filter

This commit is contained in:
萝卜
2026-03-16 22:02:37 +08:00
parent 3f7ab0ed94
commit 5e73e03ac2

View File

@@ -223,6 +223,7 @@
$merchantOrdersUrl = \App\Support\BackUrl::withBack(
'/admin/platform-orders?' . \Illuminate\Support\Arr::query([
'merchant_id' => $mid,
'payment_status' => 'paid',
'created_from' => now()->subDays(6)->format('Y-m-d'),
'created_to' => now()->format('Y-m-d'),
]),