修改静态字符串 进行分类
This commit is contained in:
@@ -252,7 +252,7 @@ namespace IRaCIS.Application.Services
|
||||
|
||||
await _userRepository.UpdatePartialNowNoQueryAsync(userId, u => new User()
|
||||
{
|
||||
Password = MD5Helper.Md5(StaticData.DefaultPassword),
|
||||
Password = MD5Helper.Md5(AppSettings.DefaultPassword),
|
||||
IsFirstAdd = true
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user