refactor: 修改各模块导出

This commit is contained in:
2025-04-02 16:23:29 +08:00
parent 7b8d0b085f
commit 8eaa5559ef
11 changed files with 14 additions and 13 deletions

View File

@@ -263,7 +263,7 @@ class ProductPurchaseLink
$data = $this->getExportLinkData();
/// 导出
return xlsx_writer($data, $schema);
return xlsx_writer($data, $schema, '产品购买链接' . date('YmdHis'));
}
private function getExportLinkData()
{