From d509bc1649ff864310e4346bff14ac709ddbed6e Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Fri, 20 Sep 2024 14:58:08 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Domain/Management/User.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Domain/Management/User.cs b/IRaCIS.Core.Domain/Management/User.cs index 35f999275..d17490dd7 100644 --- a/IRaCIS.Core.Domain/Management/User.cs +++ b/IRaCIS.Core.Domain/Management/User.cs @@ -45,7 +45,7 @@ public class User : BaseFullAuditEntity public string FirstName { get; set; } = null!; [Comment(" 首次登录需要修改密码")] - public bool IsFirstAdd { get; set; } + public bool IsFirstAdd { get; set; } = true; public bool IsTestUser { get; set; }