|
|
@ -231,7 +231,7 @@ public class ExportComponent extends Thread { |
|
|
|
private void delete(String path) { |
|
|
|
private void delete(String path) { |
|
|
|
File file = new File(path); |
|
|
|
File file = new File(path); |
|
|
|
if (file.exists()) { |
|
|
|
if (file.exists()) { |
|
|
|
file.delete(); |
|
|
|
FileUtil.del(file); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|