Uat_Study
he 2023-04-20 17:21:37 +08:00
parent f17849ad6f
commit e4a567044e
1 changed files with 1 additions and 1 deletions

View File

@ -1136,7 +1136,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;