by Robin at 20240120; fix
This commit is contained in:
parent
876ec6513f
commit
e7da8609c8
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue