Uat_Study
parent
f17849ad6f
commit
e4a567044e
|
@ -1136,7 +1136,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