Uat_Study
he 2022-08-02 10:53:04 +08:00
parent 98ceaa007c
commit be5cfdbc85
2 changed files with 8 additions and 0 deletions

View File

@ -187,6 +187,13 @@ namespace IRaCIS.Core.Application.ViewModel
public Guid Id { get; set; }
public ReadingCategory ReadingCategory { get; set; }
/// <summary>
/// 是否是一致性分析产生
/// </summary>
public bool IsAnalysisCreate { get; set; }
public bool IsUrgent { get; set; }
public decimal VisitNum { get; set; }

View File

@ -1123,6 +1123,7 @@ namespace IRaCIS.Core.Application.Service.Allocation
VisistId = u.SourceSubjectVisitId,
SuggesteFinishedTime = u.SuggesteFinishedTime,
ReadingCategory = u.ReadingCategory,
IsAnalysisCreate=u.IsAnalysisCreate,
}).ToList(),
}).Where(x => x.UnReadTaskCount > 0).OrderBy(x => x.SubjectId);