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

@@ -105,7 +105,7 @@ class ArticleLeaveMessage
$data = $this->getExportMessageData();
// 导出
return xlsx_writer($data, $schema);
return xlsx_writer($data, $schema, '文章评论列表' . date('YmdHis'));
}
private function getExportMessageData()
{