修改任务查询

This commit is contained in:
2023-03-06 13:09:19 +08:00
parent 6baae40a38
commit 0e55c50d4c
4 changed files with 197 additions and 141 deletions
@@ -265,7 +265,7 @@ namespace IRaCIS.Core.Application.ViewModel
public bool ExistReadingApply { get; set; }
public DateTime? SuggesteFinishedTime => UnReadTaskList.Max(t => t.SuggesteFinishedTime);
public DateTime? SuggesteFinishedTime { get; set; }
public List<IRUnreadTaskView> UnReadCanReadTaskList => UnReadTaskList.Where(y => y.IsFrontTaskNeedSignButNotSign == false && (y.IsNeedClinicalDataSign == false || y.IsClinicalDataSign == true)).ToList();