Test.EIImageViewer
parent
64513a4f10
commit
cf0818849f
|
@ -1057,7 +1057,7 @@ namespace IRaCIS.Core.Application.Service.Allocation
|
||||||
// 有序阅片需要找到最小需要
|
// 有序阅片需要找到最小需要
|
||||||
|
|
||||||
|
|
||||||
var count = visitGroupQuery.Count();
|
var count = visitTaskQuery.Count();
|
||||||
var result = new List<IRUnReadSubjectView>();
|
var result = new List<IRUnReadSubjectView>();
|
||||||
|
|
||||||
var propName = string.IsNullOrWhiteSpace(inDto.Page.SortField) ? "UnReadCanReadTaskCount" : inDto.Page.SortField;
|
var propName = string.IsNullOrWhiteSpace(inDto.Page.SortField) ? "UnReadCanReadTaskCount" : inDto.Page.SortField;
|
||||||
|
|
Loading…
Reference in New Issue