This commit is contained in:
Robin 2024-11-21 14:44:44 +08:00
parent 1ac849645c
commit 235fab0940
1 changed files with 1 additions and 1 deletions

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")