修改
This commit is contained in:
@@ -1111,7 +1111,7 @@ namespace IRaCIS.Application.Services
|
||||
}
|
||||
|
||||
|
||||
ReadingTableAnswerRowInfo rowInfo = await _readingTableAnswerRowInfoRepository.Where(x => x.Id == (inDto.RowId ?? default(Guid))).AsNoTracking().FirstOrDefaultAsync();
|
||||
ReadingTableAnswerRowInfo rowInfo = await _readingTableAnswerRowInfoRepository.Where(x => x.Id == (inDto.RowId ?? default(Guid))).FirstOrDefaultAsync();
|
||||
|
||||
rowInfo = rowInfo == null ? new ReadingTableAnswerRowInfo() : rowInfo;
|
||||
|
||||
@@ -1167,6 +1167,8 @@ namespace IRaCIS.Application.Services
|
||||
IsDicomReading = rowInfo.IsDicomReading,
|
||||
IsCurrentTaskAdd = isCurrentTaskAdd,
|
||||
FristAddTaskNum = rowInfo.FristAddTaskNum,
|
||||
PictureBaseStr=rowInfo.PictureBaseStr,
|
||||
NumberOfFrames=rowInfo.NumberOfFrames,
|
||||
RowIndex = rowInfo.RowIndex,
|
||||
InstanceId = rowInfo.InstanceId,
|
||||
SeriesId = rowInfo.SeriesId,
|
||||
|
||||
Reference in New Issue
Block a user