Uat_Study
he 2022-09-16 11:55:37 +08:00
parent 8cb060d9e0
commit a503868a25
1 changed files with 1 additions and 0 deletions

View File

@ -693,6 +693,7 @@ namespace IRaCIS.Application.Services
public async Task<List<GetSystemCriterionSelectDto>> GetSystemCriterionSelectList()
{
var criterionList = await _readingQuestionCriterionSystemRepository.AsQueryable()
.OrderBy(x=>x.ShowOrder)
.Select(x => new GetSystemCriterionSelectDto()
{
Id = x.Id,