两个问题bug修改

Uat_Study
he 2023-09-18 10:24:42 +08:00
parent 1a4301233c
commit f7eec6327a
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ namespace IRaCIS.Core.Application.Services
var tag = await _readingCustomTagRepository.Where(x => x.VisitTaskId == indto.VisitTaskId && x.StudyId != null).Select(x => new
{
ShowOrder= 0,
RowIndex= 0,
RowIndex= 0m,
x.SeriesId,
x.StudyId,
x.InstanceId,