@@ -233,6 +233,9 @@ public class FdkkSceneEditService {
String json = JSONUtil.toJsonStr(hotJson);
FileUtils.writeFile(path,json );
uploadToCdfOssUtil.upload(path,String.format(hotCdfPath, num).replace("hot.json",name));
+ if("eshop_zh".equals(lang)){
+ uploadToCdfOssUtil.upload(path,String.format(hotCdfPath, num));
+ }
}catch (Exception e){
e.printStackTrace();
}