修改一版
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user