|
|
@@ -421,6 +421,7 @@ public abstract class RankStrategyBasic implements RankStrategy {
|
|
|
String clazzL4 = userLayer.getOrDefault("class_l4", "近期未出现");
|
|
|
map.put("layer_l4", layerL4);
|
|
|
map.put("clazz_l4", clazzL4);
|
|
|
+ map.put("rootSessionId", rootSessionId);
|
|
|
return map;
|
|
|
}
|
|
|
|