修改静态字符串 进行分类

This commit is contained in:
2022-05-30 16:54:32 +08:00
parent 29f4a73168
commit 823ace7d42
22 changed files with 139 additions and 152 deletions
@@ -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
});