修改一版
parent
9502beed12
commit
1ddcbb3013
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue