|
|
@@ -316,6 +316,7 @@ public class RecommendService {
|
|
|
if (MapUtils.isNotEmpty(logUploadFieldSwitch) && StringUtils.equals("1", logUploadFieldSwitch.get("ext"))) {
|
|
|
extJson.put("rankVideoInfoMap", v.getRankVideoInfoMap());
|
|
|
}
|
|
|
+ extJson.put("tab", param.getTab());
|
|
|
map.put("ext", JSONUtils.toJson(extJson));
|
|
|
|
|
|
return map;
|