|
@@ -390,9 +390,6 @@ public class RecommendService {
|
|
|
param.setFlowPoolAbtestGroup(entry.getKey());
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
- int lastDigit = RandomUtils.nextInt(0, 10);
|
|
|
- param.setLastDigit(lastDigit);
|
|
|
|
|
|
|
|
|
if (riskVideoFilterSwitch) {
|
|
@@ -474,7 +471,6 @@ public class RecommendService {
|
|
|
|
|
|
recallParam.setVideoId(param.getVideoId());
|
|
|
recallParam.setFlowPoolAbtestGroup(param.getFlowPoolAbtestGroup());
|
|
|
- recallParam.setLastDigit(param.getLastDigit());
|
|
|
|
|
|
String provinceCode = StringUtils.isNotBlank(param.getProvinceCode())
|
|
|
? param.getProvinceCode()
|