|
@@ -129,7 +129,7 @@ class StoreExchangeOrder extends BaseModel
|
|
|
$item['status_name'],
|
|
|
];
|
|
|
}
|
|
|
- PHPExcelService::setExcelHeader(['订单号', '商品信息', '订单用户', '赠送人', '核销店铺', '支付金额', '支付押金', '已退押金', '兑换券状态'])
|
|
|
+ PHPExcelService::setExcelHeader(['订单号', '商品信息', '订单用户', '赠送人', '核销店铺', '支付金额', '支付押金', '已退押金', '生成时间', '兑换券状态'])
|
|
|
->setExcelTile('兑换券导出' . date('YmdHis', time()), '兑换券信息' . time(), ' 生成时间:' . date('Y-m-d H:i:s', time()))
|
|
|
->setExcelContent($export)
|
|
|
->ExcelSave();
|