Commit 82b7e642 authored by xiachenqi's avatar xiachenqi

修改异地证CSV文件名

parent 46ea3bf8
......@@ -186,7 +186,7 @@ public class PreproPersonServiceImpl implements PreproPersonService {
LocalDate date = LocalDate.now();
// 定义 CSV 文件路径
String csvFile = "./" + date + ".csv";
String csvFile = date + ".csv";
// 创建 CSVWriter
// 使用 OutputStreamWriter 和 FileOutputStream 来设置 UTF-8 编码
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment