Merge branch 'Test.IRC' of http://192.168.3.69:2000/XCKJ/irc-netcore-api into Test.IRC
commit
2d5926913e
|
@ -1923,7 +1923,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
|||
|
||||
public int? NumberOfFrames { get; set; }
|
||||
|
||||
public string? FromMark { get; set; }
|
||||
public string? FromMark { get; set; }
|
||||
|
||||
public string? ReportMark { get; set; }
|
||||
|
||||
|
|
|
@ -2071,7 +2071,11 @@ namespace IRaCIS.Application.Services
|
|||
rowInfo.FristAddTaskId = inDto.RowId == null ? inDto.VisitTaskId : rowInfo.FristAddTaskId;
|
||||
if (inDto.RowId == null)
|
||||
{
|
||||
|
||||
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);
|
||||
|
||||
List<ReadingTableQuestionAnswer> answerList = inDto.AnswerList.Select(x => new ReadingTableQuestionAnswer()
|
||||
|
|
Loading…
Reference in New Issue