修改一版

Uat_Study
he 2023-05-09 15:16:00 +08:00
parent 9feba1c570
commit 83b006c615
1 changed files with 2 additions and 1 deletions

View File

@ -1907,6 +1907,7 @@ namespace IRaCIS.Application.Services
IsCurrentTaskAdd = isCurrentTaskAdd,
WL = rowInfo.WL,
WW = rowInfo.WW,
MarkTool = inDto.MarkTool,
OrganInfoId = rowInfo.OrganInfoId,
PicturePath = rowInfo.PicturePath,
NumberOfFrames = rowInfo.NumberOfFrames,
@ -1916,7 +1917,7 @@ namespace IRaCIS.Application.Services
VisitTaskId = rowInfo.VisitTaskId,
StudyId = rowInfo.StudyId,
IsCanEditPosition = rowInfo.IsCanEditPosition,
});
}) ;
foreach (var item in inDto.AnswerList)