refactor: 修改文章导出

This commit is contained in:
2025-01-17 10:44:51 +08:00
parent 4e00b87ceb
commit 4af7ce9681
2 changed files with 1 additions and 2 deletions

View File

@@ -232,7 +232,6 @@ class Article
header('Cache-Control: max-age=0');
$writer = IOFactory::createWriter($spreadsheet, 'Xlsx');
$writer->save('php://output');
exit;
}
// 获取文章导出数据