Merge pull request 'by Robin at 20240718' (#626) from feat-IRONFANS-163-Robin into test

Reviewed-on: http://121.41.31.146:3000/wishpal_ironfan/service/pulls/626
This commit is contained in:
chenhao 2024-07-18 19:31:19 +08:00
commit ca89e8711a
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ func (handler *VideoModerationTaskResultHandler) getVideoModerationTaskUpdateFun
// 主播表->视频
func (handler *VideoModerationTaskResultHandler) generateStreamerShortsUpdateFunc() {
handler.videoModerationTaskUpdateFuncGeneratorMap["streamer|streamer|cover"] = func(ctx *gin.Context, task *dbstruct.VideoModerationTask, option int) func() error {
handler.videoModerationTaskUpdateFuncGeneratorMap["streamer|streamer|shorts"] = func(ctx *gin.Context, task *dbstruct.VideoModerationTask, option int) func() error {
return func() error {
mid := task.AssociativeTableId
auditcomp, reviewcomp, finalMedia := getVideoUpdateInfo(task, option)