编码规范 增加注释

This commit is contained in:
meixiongfeng 2022-06-09 10:33:45 +08:00
parent b39f8a6067
commit 4cd16973eb

View File

@ -51,7 +51,7 @@ func (this *Mail) CreateNewMail(uId string) {
Check: false,
Reward: false,
}
err := db.Defsys.InsertUserMail(mail)
err := db.Defsys.Mail_InsertUserMail(mail)
if err != nil {
log.Error("create mail failed")
}