|
@@ -308,9 +308,7 @@ public class ExecutionTaskServiceImpl implements ExecutionTaskService {
|
|
|
}
|
|
}
|
|
|
//TODO 待优化,只针对本策略去重
|
|
//TODO 待优化,只针对本策略去重
|
|
|
String videoId = record.getString("videoid");
|
|
String videoId = record.getString("videoid");
|
|
|
- log.info("yesterdayTopReturnVideoExecutionTaskCreateHandler videoId={}", videoId);
|
|
|
|
|
int count = sdExecutionTaskContentMapper.countByContentId(ContentTypeEnum.VIDEO.getValue(), videoId);
|
|
int count = sdExecutionTaskContentMapper.countByContentId(ContentTypeEnum.VIDEO.getValue(), videoId);
|
|
|
- log.info("yesterdayTopReturnVideoExecutionTaskCreateHandler videoId={}", videoId);
|
|
|
|
|
if (count > 0) {
|
|
if (count > 0) {
|
|
|
continue;
|
|
continue;
|
|
|
}
|
|
}
|