twtter excel 生成优化

This commit is contained in:
DELL 2026-01-27 16:01:44 +08:00
parent 49d20396b2
commit 1f3d824cda

View File

@ -341,7 +341,7 @@ public class DatabaseConnector {
}
}
return String.join(";", filenames);
return String.join(",", filenames);
} catch (Exception e) {
// 如果解析失败返回空或原始内容根据需求
return ""; // 或者 return jsonStr; 用于调试