[修改医生bug 和site bug]
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-19 15:12:47 +08:00
parent e20d7982f4
commit 7b53756753
2 changed files with 2 additions and 2 deletions
@@ -67,7 +67,7 @@ namespace IRaCIS.Application.Services
siteCommand.Code = await _siteRepository.Select(t => t.Code).DefaultIfEmpty().MaxAsync() + 1;
siteCommand.SiteCode = AppSettings.GetCodeStr(siteCommand.Code, nameof(User));
siteCommand.SiteCode = AppSettings.GetCodeStr(siteCommand.Code, nameof(Site));
}
var site = await _siteRepository.InsertOrUpdateAsync(siteCommand, true, exp);