邮件发布
This commit is contained in:
@@ -65,7 +65,7 @@ namespace IRaCIS.Core.Application.Service.Allocation
|
||||
public async Task<List<TrialReadingCriterionDto>> GetTrialCriterionList(Guid trialId)
|
||||
{
|
||||
var list= await _repository.Where<ReadingQuestionCriterionTrial>(t => t.TrialId == trialId && t.IsConfirm).OrderBy(t=>t.ShowOrder)
|
||||
.Select(t => new TrialReadingCriterionDto() { TrialReadingCriterionId = t.Id, TrialReadingCriterionName = t.CriterionName })
|
||||
.Select(t => new TrialReadingCriterionDto() { TrialReadingCriterionId = t.Id, TrialReadingCriterionName = t.CriterionName,CriterionType=t.CriterionType,ReadingType=t.ReadingType })
|
||||
.ToListAsync();
|
||||
|
||||
if (list.Count == 0)
|
||||
|
||||
Reference in New Issue
Block a user