Commit c7f08487 authored by hujiebin's avatar hujiebin

Update anniversary.go

parent 440edccb
...@@ -113,7 +113,8 @@ func PageAnniversary(c *gin.Context) (*mycontext.MyContext, error) { ...@@ -113,7 +113,8 @@ func PageAnniversary(c *gin.Context) (*mycontext.MyContext, error) {
UserInfo: *userInfo, UserInfo: *userInfo,
CpUserInfo: *cpUserInfo, CpUserInfo: *cpUserInfo,
}, },
CanDel: false, Timestamp: cpRelation.CreatedTime.Unix(),
CanDel: false,
}) })
} }
anniversary := cp_m.GetAllCpAnniversary(model, userId) anniversary := cp_m.GetAllCpAnniversary(model, userId)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment