add:解决加密文件问题
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user