Commit 5162f37d authored by hujiebin's avatar hujiebin

Merge branch 'feature/cp-new' into feature/3.9.0

parents b8cf0b17 c7f08487
...@@ -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