两个问题bug修改
parent
1a4301233c
commit
f7eec6327a
|
@ -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
|
var tag = await _readingCustomTagRepository.Where(x => x.VisitTaskId == indto.VisitTaskId && x.StudyId != null).Select(x => new
|
||||||
{
|
{
|
||||||
ShowOrder= 0,
|
ShowOrder= 0,
|
||||||
RowIndex= 0,
|
RowIndex= 0m,
|
||||||
x.SeriesId,
|
x.SeriesId,
|
||||||
x.StudyId,
|
x.StudyId,
|
||||||
x.InstanceId,
|
x.InstanceId,
|
||||||
|
|
Loading…
Reference in New Issue