From c2e49f5ee1dfa88de9da6df15ef7f3fa160c1a64 Mon Sep 17 00:00:00 2001 From: denghy Date: Fri, 29 Mar 2019 16:31:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E6=97=B6=E9=97=B4=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Domains/Virtual/Exports/OrderExport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Domains/Virtual/Exports/OrderExport.php b/app/Domains/Virtual/Exports/OrderExport.php index 28fb94a3..986f2d39 100644 --- a/app/Domains/Virtual/Exports/OrderExport.php +++ b/app/Domains/Virtual/Exports/OrderExport.php @@ -101,7 +101,7 @@ class OrderExport extends AbstractExport implements FromQuery, WithHeadings, Wit "{$item['transaction_no']}\t", $item['counts'], sprintf('%.02f', $item['custom_price']/100), - Carbon::parse($item['order']['order_at'])->format('Y-m-d'), + Carbon::parse($item['order_at'])->format('Y-m-d'), ]; if ($this->conditions['type'] == 0) {