This commit is contained in:
parent
5b273b0949
commit
73b7488edf
|
@ -2284,6 +2284,7 @@ func (s *Service) ApiUpdateMoment(ctx *gin.Context, req *momentproto.ApiUpdateRe
|
||||||
// 封装动态审核任务
|
// 封装动态审核任务
|
||||||
momentAuditTask := &dbstruct.MomentAuditTask{
|
momentAuditTask := &dbstruct.MomentAuditTask{
|
||||||
AssociativeTableId: goproto.String(fmt.Sprint(req.Moment.GetId())),
|
AssociativeTableId: goproto.String(fmt.Sprint(req.Moment.GetId())),
|
||||||
|
Status: goproto.Int64(consts.MomentAudit_Created),
|
||||||
ManuallyReviewStatus: goproto.Int64(consts.MomentManuallyReview_Waiting),
|
ManuallyReviewStatus: goproto.Int64(consts.MomentManuallyReview_Waiting),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue