This commit is contained in:
2025-10-27 15:42:44 +08:00
parent 751270c1c6
commit 64cf9e51b6
5 changed files with 120 additions and 34 deletions
@@ -357,6 +357,8 @@ namespace BLL
newUser.AllowLoginSystem = user.AllowLoginSystem;
newUser.Phone = user.Phone;
newUser.SignatureUrl = user.SignatureUrl;
newUser.LockTime = user.LockTime;
newUser.ErrorTimes = user.ErrorTimes;
db.SubmitChanges();
}