|
@@ -35,7 +35,7 @@ import java.util.stream.Collectors;
|
|
|
@Slf4j
|
|
|
public class RankStrategy4RankModel extends RankService {
|
|
|
|
|
|
- @ApolloJsonValue("${video.model.weightv2:}")
|
|
|
+ @ApolloJsonValue("${video.model.weightv1:}")
|
|
|
private Map<String, Double> mergeWeightNew;
|
|
|
final private String CLASS_NAME = this.getClass().getSimpleName();
|
|
|
|