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