|
|
@@ -472,7 +472,6 @@ public class VectorRecallTestServiceImpl implements VectorRecallTestService {
|
|
|
if (cc != null) videoItems.get(i).setConfigCode(cc);
|
|
|
}
|
|
|
int matDays = param.getDays() != null ? param.getDays() : metricsDays;
|
|
|
- System.out.println("=== matchByText matDays: param.getDays()=" + param.getDays() + " metricsDays=" + metricsDays + " matDays=" + matDays);
|
|
|
List<VideoMatchEnrichedVO> materialItems = enrichMaterialMatches(topMaterial, configCodes.get(0), matDays);
|
|
|
List<VideoMatchEnrichedVO> articleItems = enrichArticleMatches(topArticle, configCodes.get(0));
|
|
|
|
|
|
@@ -1301,7 +1300,6 @@ public class VectorRecallTestServiceImpl implements VectorRecallTestService {
|
|
|
}
|
|
|
|
|
|
private Map<String, Object> buildQualityMap(AdsMaterialTouliuAllChannel s, int days) {
|
|
|
- System.out.println("=== buildQualityMap days=" + days + " materialId=" + s.getMaterialId());
|
|
|
Map<String, Object> map = new LinkedHashMap<>();
|
|
|
map.put("dt", String.valueOf(days));
|
|
|
map.put("impressions", s.getImpressions());
|