编辑病灶问题修改
This commit is contained in:
@@ -1997,7 +1997,7 @@ namespace IRaCIS.Application.Services
|
||||
|
||||
_mapper.Map(inDto, rowInfo);
|
||||
rowInfo.Id = inDto.RowId == null ? NewId.NextGuid() : inDto.RowId.Value;
|
||||
|
||||
result.RowId = rowInfo.Id;
|
||||
|
||||
|
||||
if (inDto.RowId == null)
|
||||
@@ -2025,7 +2025,7 @@ namespace IRaCIS.Application.Services
|
||||
|
||||
else
|
||||
{
|
||||
await _readingTableAnswerRowInfoRepository.UpdateFromDTOAsync(rowInfo) ;
|
||||
await _readingTableAnswerRowInfoRepository.UpdateFromDTOAsync(inDto) ;
|
||||
|
||||
|
||||
foreach (var item in inDto.AnswerList)
|
||||
|
||||
Reference in New Issue
Block a user