Explorar el Código

upload

master
zhaodengke hace 1 año
padre
commit
e2d51ba05a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      ruoyi-file/src/main/java/com/ruoyi/file/service/FileSystemService.java

+ 1
- 0
ruoyi-file/src/main/java/com/ruoyi/file/service/FileSystemService.java Ver fichero

@@ -72,6 +72,7 @@ public class FileSystemService
else if(req.allowOverride())
{
// override
throw new RuntimeException("目标文件已存在, 不允许覆盖: " + dst);
}
else
throw new RuntimeException("目标文件已存在: " + dst);


Cargando…
Cancelar
Guardar