修复 入组bug

This commit is contained in:
2022-11-23 16:39:40 +08:00
parent 5805393d76
commit a651adb3b4
2 changed files with 4 additions and 1 deletions
@@ -526,6 +526,9 @@ namespace IRaCIS.Application.Services
sysUserInfo = await _userRepository.AddAsync(saveItem);
await _userRepository.SaveChangesAsync();
sysUserInfo.UserTypeRole = userType;
}
else
{