Test.EIImageViewer
he 2023-04-20 17:27:07 +08:00
parent 64513a4f10
commit cf0818849f
1 changed files with 1 additions and 1 deletions

View File

@ -1057,7 +1057,7 @@ namespace IRaCIS.Core.Application.Service.Allocation
// 有序阅片需要找到最小需要
var count = visitGroupQuery.Count();
var count = visitTaskQuery.Count();
var result = new List<IRUnReadSubjectView>();
var propName = string.IsNullOrWhiteSpace(inDto.Page.SortField) ? "UnReadCanReadTaskCount" : inDto.Page.SortField;