修改一版

Uat_Study
he 2022-07-08 11:50:46 +08:00
parent 0c2708b803
commit ad7c93ee64
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ namespace IRaCIS.Application.Services
select new WorkLoadAndAgreementDTO()
{
EnrollId= intoGroup.Id,
ReadingCategorys = intoGroup.EnrollReadingCategoryList.Select(x=>x.ReadingCategory).ToList(),
ReadingCategorys = intoGroup.EnrollReadingCategoryList.Select(x=>x.ReadingCategory).OrderBy(x=>x).ToList(),
DoctorId = doctor.Id,
Code = doctor.ReviewerCode,
FirstName = doctor.FirstName,