This commit is contained in:
eson
2023-08-29 14:36:53 +08:00
parent 8908273af5
commit 229fe8f2d8
2 changed files with 4 additions and 4 deletions

View File

@@ -118,7 +118,7 @@ func (l *UserEmailConfirmationLogic) UserEmailConfirmation(req *types.RequestEma
// log.Println("aaaa", token)
user, err := l.svcCtx.AllModels.FsUser.RegisterByFusen(l.ctx, token)
if err != nil {
logx.Error(err, token.TraceId)
logx.Error(err, ":", token.TraceId)
return resp.SetStatus(basic.CodeDbSqlErr)
}