fix
This commit is contained in:
parent
6493e53ef5
commit
d721708615
|
@ -143,7 +143,7 @@ func (u *FsUserModel) RegisterByFusen(ctx context.Context, token *auth.RegisterT
|
||||||
|
|
||||||
logcontent := ""
|
logcontent := ""
|
||||||
defer func() {
|
defer func() {
|
||||||
logx.Info("aaaa:", logcontent, err)
|
logx.Info("aaaa:", logcontent, " ", err.Error())
|
||||||
}()
|
}()
|
||||||
|
|
||||||
err = u.db.WithContext(ctx).Transaction(func(tx *gorm.DB) error {
|
err = u.db.WithContext(ctx).Transaction(func(tx *gorm.DB) error {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user