This commit is contained in:
eson 2023-08-29 15:23:33 +08:00
parent 6493e53ef5
commit d721708615

View File

@ -143,7 +143,7 @@ func (u *FsUserModel) RegisterByFusen(ctx context.Context, token *auth.RegisterT
logcontent := ""
defer func() {
logx.Info("aaaa:", logcontent, err)
logx.Info("aaaa:", logcontent, " ", err.Error())
}()
err = u.db.WithContext(ctx).Transaction(func(tx *gorm.DB) error {