refactor: 修改各模块导出
This commit is contained in:
@@ -263,7 +263,7 @@ class ProductPurchaseLink
|
||||
$data = $this->getExportLinkData();
|
||||
|
||||
/// 导出
|
||||
return xlsx_writer($data, $schema);
|
||||
return xlsx_writer($data, $schema, '产品购买链接' . date('YmdHis'));
|
||||
}
|
||||
private function getExportLinkData()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user