Browse Source

补传

shuiqilin
zhangxin 1 year ago
parent
commit
6201fa2f0b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/main/java/com/qtzl/alterSales/manager/tools/ExcelUtils.java

+ 1
- 1
src/main/java/com/qtzl/alterSales/manager/tools/ExcelUtils.java View 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…
Cancel
Save