From 2b1ff84d4f659ad44059aae2cb12967eb02d931e Mon Sep 17 00:00:00 2001 From: zpc Date: Fri, 15 Nov 2024 02:13:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/CloudGaming/Code/CloudGaming.Code/Account/AccountBLL.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CloudGaming/Code/CloudGaming.Code/Account/AccountBLL.cs b/src/CloudGaming/Code/CloudGaming.Code/Account/AccountBLL.cs index e1777a7..39fd2b1 100644 --- a/src/CloudGaming/Code/CloudGaming.Code/Account/AccountBLL.cs +++ b/src/CloudGaming/Code/CloudGaming.Code/Account/AccountBLL.cs @@ -224,7 +224,7 @@ namespace CloudGaming.Code.Account UserIconUrl = AppConfig.UserConfig.UserIconUrl, NickName = $"{AppConfig.UserConfig.NickName}{new Random().Next(1000, 9999)}", Ip = ip, - IsRealName = false + UserRealNameStatus = 0, }; await Dao.DaoUser.Context.T_User.AddAsync(user); await Dao.DaoUser.Context.SaveChangesAsync();