修改
This commit is contained in:
@@ -1914,7 +1914,9 @@ namespace IRaCIS.Application.Services
|
||||
rowInfo.IsCurrentTaskAdd = isCurrentTaskAdd;
|
||||
rowInfo.NumberOfFrames = inDto.NumberOfFrames;
|
||||
rowInfo.MarkTool = inDto.MarkTool;
|
||||
rowInfo.FristAddTaskNum = taskinfo.VisitTaskNum;
|
||||
rowInfo.ReportMark = inDto.ReportMark;
|
||||
|
||||
rowInfo.FristAddTaskNum = taskinfo.VisitTaskNum;
|
||||
rowInfo.FristAddTaskId = inDto.VisitTaskId;
|
||||
rowInfo.PicturePath = inDto.PicturePath;
|
||||
rowInfo.RowIndex = inDto.RowIndex;
|
||||
@@ -1975,6 +1977,7 @@ namespace IRaCIS.Application.Services
|
||||
VisitTaskId = rowInfo.VisitTaskId,
|
||||
StudyId = rowInfo.StudyId,
|
||||
IsCanEditPosition = rowInfo.IsCanEditPosition,
|
||||
ReportMark = rowInfo.ReportMark
|
||||
}) ;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user