6
0
Fork 0

修改打款单导出

release
vine_liutk 2022-01-25 17:58:14 +08:00
parent 1fe3cf7c57
commit 7bdfde95ee
1 changed files with 1 additions and 1 deletions

View File

@ -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']??''));
}
}