@@ -1089,9 +1089,7 @@ namespace IRaCIS.Application.Services
|
||||
.WhereIf(inDto.QuestionClassify != null, x => x.QuestionClassify == inDto.QuestionClassify)
|
||||
.Where(x => x.ReadingQuestionCriterionTrialId == inDto.TrialReadingCriterionId).ProjectTo<TrialReadQuestionData>(_mapper.ConfigurationProvider, new
|
||||
{
|
||||
|
||||
isEn_Us = _userInfo.IsEn_Us
|
||||
|
||||
}).OrderBy(x => x.ShowOrder).ToListAsync();
|
||||
var taskInfo = new VisitTaskDto();
|
||||
if (inDto.TaskId != null)
|
||||
|
||||
Reference in New Issue
Block a user