zhangxin 1 anno fa
parent
commit
6201fa2f0b

+ 1
- 1
src/main/java/com/qtzl/alterSales/manager/tools/ExcelUtils.java Vedi File

@@ -783,7 +783,7 @@ public class ExcelUtils {
try {

// String path = ResourceUtils.getURL("classpath:").getPath();
updateFilePath = filePath+"/" + fileName + "_" + UUID.randomUUID().toString() + ".xlsx";
updateFilePath = filePath+ fileName + "_" + UUID.randomUUID().toString() + ".xlsx";
file= new File(updateFilePath);
if(!file.isFile()) { //D
file.createNewFile(); //E

Loading…
Annulla
Salva