|
@@ -185,7 +185,7 @@ public class GisSurveyCadConverter {
|
|
|
try {
|
|
|
//文件路径
|
|
|
final String fileName = convertId + "." + cadEnum.getSuffix();
|
|
|
- final Path filePath = Paths.get(tempFileProperties.getResourcePath() + fileName);
|
|
|
+ final Path filePath = Paths.get(tempFileProperties.getResourcePath() + "/" + fileName);
|
|
|
//如存在,则删除
|
|
|
if (Files.exists(filePath)) Files.delete(filePath);
|
|
|
|