修改一版
parent
0c2708b803
commit
ad7c93ee64
|
@ -176,7 +176,7 @@ namespace IRaCIS.Application.Services
|
||||||
select new WorkLoadAndAgreementDTO()
|
select new WorkLoadAndAgreementDTO()
|
||||||
{
|
{
|
||||||
EnrollId= intoGroup.Id,
|
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,
|
DoctorId = doctor.Id,
|
||||||
Code = doctor.ReviewerCode,
|
Code = doctor.ReviewerCode,
|
||||||
FirstName = doctor.FirstName,
|
FirstName = doctor.FirstName,
|
||||||
|
|
Loading…
Reference in New Issue