add:解决加密文件问题

This commit is contained in:
zyd
2022-10-13 00:53:48 +08:00
parent 65b66cc38c
commit 452ed1920b
@@ -96,7 +96,7 @@ public class EncryptFileUtils {
* @param list
*/
public void writeTxt(List<String> list) {
String savePath = filePath+"/TEMPPATH/"+ UUIDUtils.randomSnowflakeID()+".txt";
String savePath = filePath+"/TEMPPATH/"+ UUIDUtils.randomUUID20()+".txt";
BufferedWriter bw = null;
FileWriter fr = null;
try {