注释掉 调用bigdata product的接口
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -79,7 +79,7 @@ public class FocusResourceParse implements IResourceParse { | @@ -79,7 +79,7 @@ public class FocusResourceParse implements IResourceParse { | ||
79 | JSONArray dataArray = JSONConvert.transform2JSONArray(data); | 79 | JSONArray dataArray = JSONConvert.transform2JSONArray(data); |
80 | int recommendSize = getRecommendSize(data); | 80 | int recommendSize = getRecommendSize(data); |
81 | if(recommendSize>0) { | 81 | if(recommendSize>0) { |
82 | - JSONArray shopArray = buildShopInfo(getRecommendShopIds(channel, uid, udid),channel); | 82 | + JSONArray shopArray = new JSONArray();//buildShopInfo(getRecommendShopIds(channel, uid, udid),channel); |
83 | for (Object obj : dataArray) { | 83 | for (Object obj : dataArray) { |
84 | if (obj instanceof JSONObject) { | 84 | if (obj instanceof JSONObject) { |
85 | JSONObject val = (JSONObject) obj; | 85 | JSONObject val = (JSONObject) obj; |
-
Please register or login to post a comment