修复 入组bug

Test.EIImageViewer
hang 2022-11-23 16:39:40 +08:00
parent 5805393d76
commit a651adb3b4
2 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,7 @@
}, },
//"RootUrl": "http://123.56.181.144:8060/", //"RootUrl": "http://123.56.181.144:8060/",
"ConnectionStrings": { "ConnectionStrings": {
"RemoteNew": "Server=123.56.94.154,1433\\MSSQLSERVER;Database=IRaCIS_Production_202205;User ID=sa;Password=dev123456DEV;TrustServerCertificate=true" "RemoteNew": "Server=123.56.94.154,1433\\MSSQLSERVER;Database=IRaCIS.Production;User ID=sa;Password=dev123456DEV;TrustServerCertificate=true"
}, },
"BasicSystemConfig": { "BasicSystemConfig": {

View File

@ -526,6 +526,9 @@ namespace IRaCIS.Application.Services
sysUserInfo = await _userRepository.AddAsync(saveItem); sysUserInfo = await _userRepository.AddAsync(saveItem);
await _userRepository.SaveChangesAsync(); await _userRepository.SaveChangesAsync();
sysUserInfo.UserTypeRole = userType;
} }
else else
{ {