twtter excel 生成优化
This commit is contained in:
parent
49d20396b2
commit
1f3d824cda
@ -341,7 +341,7 @@ public class DatabaseConnector {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return String.join(";", filenames);
|
return String.join(",", filenames);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
// 如果解析失败,返回空或原始内容(根据需求)
|
// 如果解析失败,返回空或原始内容(根据需求)
|
||||||
return ""; // 或者 return jsonStr; 用于调试
|
return ""; // 或者 return jsonStr; 用于调试
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user