修改一版
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user