From 7bdfde95ee05064c12530354191f6fd06c63151a Mon Sep 17 00:00:00 2001 From: vine_liutk <961510893@qq.com> Date: Tue, 25 Jan 2022 17:58:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E6=AC=BE=E5=8D=95?= =?UTF-8?q?=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Admin/Actions/Grid/Exports/DealerWalletWithdraw.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Admin/Actions/Grid/Exports/DealerWalletWithdraw.php b/app/Admin/Actions/Grid/Exports/DealerWalletWithdraw.php index 34d0754b..a923b25f 100644 --- a/app/Admin/Actions/Grid/Exports/DealerWalletWithdraw.php +++ b/app/Admin/Actions/Grid/Exports/DealerWalletWithdraw.php @@ -39,6 +39,6 @@ class DealerWalletWithdraw extends RowAction public function handle(Request $request) { $last_path_arr = parse_url(session('admin.prev.url')); - return $this->response()->download(admin_route('dealer_wallet_to_bank_logs.export').'?'.$last_path_arr['query']); + return $this->response()->download(admin_route('dealer_wallet_to_bank_logs.export').'?'.($last_path_arr['query']??'')); } }