lyhzzz пре 2 година
родитељ
комит
45f6475cf5

+ 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");
           fYunFileServiceInterface.uploadFile(outPathEn, String.format(SceneResourcePath.DOWNLOADS_QRCODE, newNum) + newNum + "_en.png");
         }catch (Exception e){
         }catch (Exception e){
             log.info("copy-scene-error:{},newNum:{},error:{}",newNum,e);
             log.info("copy-scene-error:{},newNum:{},error:{}",newNum,e);
-        }finally {
-            if(StringUtils.isNotBlank(logoPath)){
-                FileUtil.del(localLogoPath);
-            }
         }
         }
 
 
     }
     }