|
@@ -165,7 +165,7 @@ public class FdkkSceneEditService {
|
|
|
return getProductByJsonObj(tags,pType,language);
|
|
|
}
|
|
|
public Boolean cdfHasHotJson(String num) {
|
|
|
- return uploadToCdfOssUtil.existKey(String.format(hotPath, num));
|
|
|
+ return uploadToCdfOssUtil.existKey(String.format(hotCdfPath, num));
|
|
|
}
|
|
|
|
|
|
public JSONArray getCdfHotJson(String num) {
|