by Robin at 20240718 #626

Merged
chenhao merged 1 commits from feat-IRONFANS-163-Robin into test 2024-07-18 19:31:20 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b96a1eaefd - Show all commits

View File

@ -55,7 +55,7 @@ func (handler *VideoModerationTaskResultHandler) getVideoModerationTaskUpdateFun
// 主播表->视频 // 主播表->视频
func (handler *VideoModerationTaskResultHandler) generateStreamerShortsUpdateFunc() { 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 { return func() error {
mid := task.AssociativeTableId mid := task.AssociativeTableId
auditcomp, reviewcomp, finalMedia := getVideoUpdateInfo(task, option) auditcomp, reviewcomp, finalMedia := getVideoUpdateInfo(task, option)