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