@@ -95,8 +95,8 @@ public class OsgbToB3dmConsumer {
}
}finally {
try {
- FileUtil.del(localPath);
- FileUtil.del(sourcePath);
+ //FileUtil.del(localPath);
+ //FileUtil.del(sourcePath);
}catch ( Exception e){
log.info("删除文件失败:{}",e);
@@ -106,7 +106,7 @@ public class CommonUploadServiceImpl extends ServiceImpl<ICommonUploadMapper, Co
ShellUtil.unZip(file.getPath(),unzipPath);
Thread.sleep(1000L);
- FileUtil.del(file.getPath());
+ //FileUtil.del(file.getPath());
}catch (Exception e){
log.info("删除文件失败:{}",e);