编码规范 增加注释
This commit is contained in:
parent
b39f8a6067
commit
4cd16973eb
@ -51,7 +51,7 @@ func (this *Mail) CreateNewMail(uId string) {
|
|||||||
Check: false,
|
Check: false,
|
||||||
Reward: false,
|
Reward: false,
|
||||||
}
|
}
|
||||||
err := db.Defsys.InsertUserMail(mail)
|
err := db.Defsys.Mail_InsertUserMail(mail)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Error("create mail failed")
|
log.Error("create mail failed")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user