修改
This commit is contained in:
@@ -518,7 +518,7 @@ namespace IRaCIS.Application.Services
|
||||
{
|
||||
|
||||
var readingTableQuestionSystemQueryable = _readingTableQuestionTrialRepository
|
||||
.WhereIf(inDto.TableQuestionType != null, x => x.TableQuestionType == inDto.TableQuestionType!)
|
||||
.WhereIf(inDto.TableQuestionType != null, x => x.TableQuestionType == inDto.TableQuestionType)
|
||||
.Where(x => x.ReadingQuestionId == inDto.ReadingQuestionId).ProjectTo<ReadingTableQuestionTrialView>(_mapper.ConfigurationProvider);
|
||||
|
||||
var result = await readingTableQuestionSystemQueryable.OrderBy(x => x.ShowOrder).ToListAsync();
|
||||
|
||||
Reference in New Issue
Block a user