Explorar el Código

补传

shuiqilin
zhangxin hace 1 año
padre
commit
6201fa2f0b

+ 1
- 1
src/main/java/com/qtzl/alterSales/manager/tools/ExcelUtils.java Ver fichero

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

Cargando…
Cancelar
Guardar