Merge branch 'BUG-20241119' into test
This commit is contained in:
commit
718b5bea26
|
@ -2389,6 +2389,7 @@ func (s *Service) ApiUpdateMoment(ctx *gin.Context, req *momentproto.ApiUpdateRe
|
||||||
|
|
||||||
err := _DefaultMoment.OpUpdate(ctx, &momentproto.OpUpdateReq{
|
err := _DefaultMoment.OpUpdate(ctx, &momentproto.OpUpdateReq{
|
||||||
Moment: &dbstruct.Moment{
|
Moment: &dbstruct.Moment{
|
||||||
|
Id: req.Moment.Id,
|
||||||
Status: req.Status,
|
Status: req.Status,
|
||||||
Text: req.Text,
|
Text: req.Text,
|
||||||
MediaComp: req.MediaComp,
|
MediaComp: req.MediaComp,
|
||||||
|
|
Loading…
Reference in New Issue