修改一版

This commit is contained in:
he
2022-06-30 17:15:04 +08:00
parent d352b83660
commit 59a28dff89
5 changed files with 19 additions and 5 deletions
@@ -539,6 +539,7 @@ namespace IRaCIS.Application.Services
{
IsUrgent = x.IsUrgent ?? false,
SubjectId = x.SubjectId,
VisitNum=x.VisitNum,
ReadingName = x.ModuleName,
ReadModuleId = x.Id,
ReadingCategory = typeChangeDic[x.ModuleType],
@@ -565,6 +566,7 @@ namespace IRaCIS.Application.Services
IsUrgent = x.IsUrgent ?? false,
SubjectId = x.SubjectId,
ReadingName = x.ModuleName,
VisitNum = x.VisitNum,
ReadModuleId = x.Id,
ReadingCategory = typeChangeDic[x.ModuleType],
}).ToListAsync();