订单时间错误
This commit is contained in:
parent
28cfc0384f
commit
c2e49f5ee1
@ -101,7 +101,7 @@ class OrderExport extends AbstractExport implements FromQuery, WithHeadings, Wit
|
|||||||
"{$item['transaction_no']}\t",
|
"{$item['transaction_no']}\t",
|
||||||
$item['counts'],
|
$item['counts'],
|
||||||
sprintf('%.02f', $item['custom_price']/100),
|
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) {
|
if ($this->conditions['type'] == 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user