BUG-20241119 #818

Merged
chenhao merged 2 commits from BUG-20241119 into test 2024-11-21 14:48:14 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 235fab0940 - Show all commits

View File

@ -276,7 +276,7 @@ func (s *Service) utilFillMomentsWithApiVOInfo(ctx *gin.Context, list []*dbstruc
return
}
// 4.获取审核信息
// 4.获取审核信息1
tasks, err := _DefaultMomentAuditTask.GetByMomentIds(ctx, momentIds)
if err != nil {
logger.Error("GetByMomentIds fail")