Merge branch 'feat-cjy-tag' into dev

This commit is contained in:
cjy 2026-01-09 11:02:43 +08:00
commit e54af0d278

View File

@ -584,6 +584,12 @@ func UpdateCastTagWatchCountTask() {
zap.String("hashTag", tag.HashTag),
zap.String("uuid", tag.Uuid),
zap.Error(err))
// 调用失败时将WatchCount更新为1IsWatchCountCalled更新为1
updateData = append(updateData, &cast.CastTagInfo{
Uuid: tag.Uuid,
WatchCount: 1,
IsWatchCountCalled: 1,
})
continue
}