Merge pull request '1' (#809) from BUG-20241119 into test

Reviewed-on: http://121.41.31.146:3000/wishpal_ironfan/service/pulls/809
This commit is contained in:
chenhao 2024-11-19 16:00:26 +08:00
commit 715a01b0f7
1 changed files with 1 additions and 0 deletions

View File

@ -2425,6 +2425,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),
}