by Robin at 20240120; fix

This commit is contained in:
Leufolium 2024-01-20 00:53:31 +08:00
parent 876ec6513f
commit e7da8609c8
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ func (p *Moment) OpCreate(ctx *gin.Context, req *momentproto.OpCreateReq) error
req.Moment.Id = goproto.Int64(momentSeqId.Seq) req.Moment.Id = goproto.Int64(momentSeqId.Seq)
req.Moment.Ct = goproto.Int64(time.Now().Unix()) req.Moment.Ct = goproto.Int64(time.Now().Unix())
req.Moment.Ut = goproto.Int64(time.Now().Unix()) req.Moment.Ut = goproto.Int64(time.Now().Unix())
req.Moment.ThumbsUpNum = goproto.Int64(0)
req.Moment.DelFlag = goproto.Int64(consts.Exist) req.Moment.DelFlag = goproto.Int64(consts.Exist)
err = p.store.CreateMoment(ctx, req.Moment) err = p.store.CreateMoment(ctx, req.Moment)