修改病灶标识名称
parent
b825d8f55a
commit
d47d74d6d1
|
@ -677,11 +677,11 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||||
|
|
||||||
//if (_userInfo.RequestUrl == " ReadingImageTask/splitLesion")
|
//if (_userInfo.RequestUrl == " ReadingImageTask/splitLesion")
|
||||||
|
|
||||||
var originalName = string.Empty;
|
var originalRowMark = string.Empty;
|
||||||
if (entity.SplitRowId != null)
|
if (entity.SplitRowId != null)
|
||||||
{
|
{
|
||||||
|
|
||||||
originalName= await _dbContext.ReadingTableAnswerRowInfo.Where(t => t.Id == entity.SplitRowId).Select(t => t.RowMark).FirstOrDefaultAsync();
|
originalRowMark = await _dbContext.ReadingTableAnswerRowInfo.Where(t => t.Id == entity.SplitRowId).Select(t => t.RowMark).FirstOrDefaultAsync();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -700,7 +700,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||||
|
|
||||||
}, new
|
}, new
|
||||||
{
|
{
|
||||||
OriginalName= originalName,
|
OriginalRowMark = originalRowMark,
|
||||||
//TableName = tableName,
|
//TableName = tableName,
|
||||||
QuestionAnswerList =
|
QuestionAnswerList =
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue