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

@@ -217,7 +217,7 @@ class Article
$data = $this->getExportArticleData();
// 导出
return xlsx_writer($data, $schema);
return xlsx_writer($data, $schema, '文章列表' . date('YmdHis'));
}
// 获取文章导出数据