修改一版
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user