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:
commit
715a01b0f7
|
@ -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),
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue