修改
This commit is contained in:
@@ -1127,7 +1127,7 @@ namespace IRaCIS.Application.Services
|
||||
rowInfo.IsCurrentTaskAdd = isCurrentTaskAdd;
|
||||
rowInfo.NumberOfFrames = inDto.NumberOfFrames;
|
||||
rowInfo.FristAddTaskNum = inDto.FristAddTaskNum;
|
||||
rowInfo.PictureBaseStr = inDto.PictureBaseStr;
|
||||
rowInfo.PicturePath = inDto.PicturePath;
|
||||
rowInfo.RowIndex = inDto.RowIndex;
|
||||
rowInfo.InstanceId = inDto.InstanceId;
|
||||
rowInfo.SeriesId = inDto.SeriesId;
|
||||
@@ -1167,7 +1167,7 @@ namespace IRaCIS.Application.Services
|
||||
IsDicomReading = rowInfo.IsDicomReading,
|
||||
IsCurrentTaskAdd = isCurrentTaskAdd,
|
||||
FristAddTaskNum = rowInfo.FristAddTaskNum,
|
||||
PictureBaseStr=rowInfo.PictureBaseStr,
|
||||
PicturePath = rowInfo.PicturePath,
|
||||
NumberOfFrames=rowInfo.NumberOfFrames,
|
||||
RowIndex = rowInfo.RowIndex,
|
||||
InstanceId = rowInfo.InstanceId,
|
||||
|
||||
Reference in New Issue
Block a user