Commit 4bfa212a authored by hujiebin's avatar hujiebin

Merge branch 'feature/cp-new' into test

parent e0e5d95e
...@@ -207,7 +207,7 @@ func ReplyCpInvite(c *gin.Context) (*mycontext.MyContext, error) { ...@@ -207,7 +207,7 @@ func ReplyCpInvite(c *gin.Context) (*mycontext.MyContext, error) {
Entity: mysql.Entity{ID: mysql.ID(cpId)}, Entity: mysql.Entity{ID: mysql.ID(cpId)},
UserId1: userSender.ID, UserId1: userSender.ID,
UserId2: user.ID, UserId2: user.ID,
}); err != nil { }, lang); err != nil {
model.Log.Errorf("ReplyCpInvite InitCpAnniversary fail:%v-%v-%v", userSender.ID, user.ID, err) model.Log.Errorf("ReplyCpInvite InitCpAnniversary fail:%v-%v-%v", userSender.ID, user.ID, err)
return err return err
} }
......
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