修改一版

This commit is contained in:
he
2022-07-01 11:51:27 +08:00
parent 9502beed12
commit 1ddcbb3013
2 changed files with 4 additions and 2 deletions
@@ -12,7 +12,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public class GetMedicalReviewReadingTaskInDto
{
public Guid TrialId { get; set; }
public Guid TaskMedicalReviewId { get; set; }
}
}
@@ -254,7 +254,7 @@ namespace IRaCIS.Core.Application.Service
.Select(x => new TrialQuestion() {
Id = x.Id,
ParentShowOrder = (int?)x.ParentQuestion.ShowOrder,
ShowOrder=x.ShowOrder,
}).ToListAsync();
if (readingMedicineQuestionList.Count == 0)
{