@@ -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 |