This commit is contained in:
Leufolium 2024-11-19 15:39:01 +08:00
parent 25352fbf06
commit 1943a4f53d
1 changed files with 1 additions and 0 deletions

View File

@ -2248,6 +2248,7 @@ func (s *Service) ApiUpdateMoment(ctx *gin.Context, req *momentproto.ApiUpdateRe
err := _DefaultMoment.OpUpdate(ctx, &momentproto.OpUpdateReq{
Moment: &dbstruct.Moment{
Id: req.Moment.Id,
Status: req.Status,
Text: req.Text,
MediaComp: req.MediaComp,