Revert "refactor: 导入xlsx添加exit防止因debug导致导出文件有问题"

This reverts commit 61bf631c2d.
This commit is contained in:
2025-02-27 13:59:05 +08:00
parent c99be09f2a
commit 10706c951a
5 changed files with 0 additions and 5 deletions

View File

@@ -196,7 +196,6 @@ class Video
// 导出
xlsx_writer($data, $schema)->save('php://output');
exit;
}
private function getExportVideoData()
{