lyhzzz 4 달 전
부모
커밋
cb05ef385b

+ 2 - 2
src/main/java/com/fdkankan/fusion/mq/consumer/OsgbToB3dmConsumer.java

@@ -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);
             }

+ 1 - 1
src/main/java/com/fdkankan/fusion/service/impl/CommonUploadServiceImpl.java

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