代码修改
parent
a088071914
commit
08f592a9cb
|
@ -2072,6 +2072,10 @@ namespace IRaCIS.Application.Services
|
||||||
if (inDto.RowId == null)
|
if (inDto.RowId == null)
|
||||||
{
|
{
|
||||||
rowInfo.FromMark = inDto.FromMark ?? string.Empty;
|
rowInfo.FromMark = inDto.FromMark ?? string.Empty;
|
||||||
|
rowInfo.ReportMark = inDto.ReportMark ?? string.Empty;
|
||||||
|
rowInfo.MarkTool = inDto.MarkTool ?? string.Empty;
|
||||||
|
rowInfo.PicturePath = inDto.PicturePath ?? string.Empty;
|
||||||
|
rowInfo.MeasureData = inDto.MeasureData ?? string.Empty;
|
||||||
//await _readingTableAnswerRowInfoRepository.BatchDeleteNoTrackingAsync(x => x.VisitTaskId == inDto.VisitTaskId && x.RowIndex == inDto.RowIndex && x.QuestionId == inDto.QuestionId);
|
//await _readingTableAnswerRowInfoRepository.BatchDeleteNoTrackingAsync(x => x.VisitTaskId == inDto.VisitTaskId && x.RowIndex == inDto.RowIndex && x.QuestionId == inDto.QuestionId);
|
||||||
|
|
||||||
List<ReadingTableQuestionAnswer> answerList = inDto.AnswerList.Select(x => new ReadingTableQuestionAnswer()
|
List<ReadingTableQuestionAnswer> answerList = inDto.AnswerList.Select(x => new ReadingTableQuestionAnswer()
|
||||||
|
|
Loading…
Reference in New Issue