|
@@ -173,7 +173,7 @@ public class EtlServiceImpl implements EtlService {
|
|
|
crawlerVideo.setVideoId(videoId);
|
|
|
crawlerVideo.setTitleScore(data.getTitleScore());
|
|
|
return crawlerVideoMapper.updateByPrimaryKeySelective(crawlerVideo) > 0;
|
|
|
- }, "synthesis", String.format("update video info [%s] to db", crawlerVideo));
|
|
|
+ }, "video2db", String.format("update video info [%s] to db", crawlerVideo));
|
|
|
|
|
|
// 视频写入飞书
|
|
|
async2Feishu(data, videoId);
|