This commit is contained in:
Leufolium 2024-11-19 15:59:52 +08:00
parent 5b273b0949
commit 73b7488edf
1 changed files with 1 additions and 0 deletions

View File

@ -2284,6 +2284,7 @@ func (s *Service) ApiUpdateMoment(ctx *gin.Context, req *momentproto.ApiUpdateRe
// 封装动态审核任务
momentAuditTask := &dbstruct.MomentAuditTask{
AssociativeTableId: goproto.String(fmt.Sprint(req.Moment.GetId())),
Status: goproto.Int64(consts.MomentAudit_Created),
ManuallyReviewStatus: goproto.Int64(consts.MomentManuallyReview_Waiting),
}