修改病灶标识名称

Uat_Study
{872297557@qq.com} 2022-12-09 14:21:22 +08:00
parent b825d8f55a
commit d47d74d6d1
1 changed files with 3 additions and 3 deletions

View File

@ -677,11 +677,11 @@ namespace IRaCIS.Core.Infra.EFCore.Common
//if (_userInfo.RequestUrl == " ReadingImageTask/splitLesion")
var originalName = string.Empty;
var originalRowMark = string.Empty;
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
{
OriginalName= originalName,
OriginalRowMark = originalRowMark,
//TableName = tableName,
QuestionAnswerList =