修改
This commit is contained in:
@@ -643,7 +643,10 @@ namespace IRaCIS.Application.Services
|
||||
var qusetionIds = qusetionList.Select(x => x.Id).ToList();
|
||||
|
||||
var tableQuestionList = await _readingTableQuestionTrialRepository.Where(x => qusetionIds.Contains(x.ReadingQuestionId))
|
||||
.ProjectTo<TableQuestionTrial>(_mapper.ConfigurationProvider)
|
||||
.ProjectTo<TableQuestionTrial>(_mapper.ConfigurationProvider,new {
|
||||
|
||||
isEn_Us=_userInfo.IsEn_Us
|
||||
})
|
||||
.OrderBy(x => x.ShowOrder).ToListAsync();
|
||||
|
||||
var result = new GetReadingTableQuestionOutDto();
|
||||
|
||||
Reference in New Issue
Block a user