lyhzzz 2 년 전
부모
커밋
45f6475cf5
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      src/main/java/com/fdkankan/manage_jp/service/impl/SceneCommonService.java

+ 0 - 4
src/main/java/com/fdkankan/manage_jp/service/impl/SceneCommonService.java

@@ -107,10 +107,6 @@ public class SceneCommonService {
           fYunFileServiceInterface.uploadFile(outPathEn, String.format(SceneResourcePath.DOWNLOADS_QRCODE, newNum) + newNum + "_en.png");
         }catch (Exception e){
             log.info("copy-scene-error:{},newNum:{},error:{}",newNum,e);
-        }finally {
-            if(StringUtils.isNotBlank(logoPath)){
-                FileUtil.del(localLogoPath);
-            }
         }
 
     }