Browse Source

职业病

master
wxd 1 year ago
parent
commit
dd488e5475
  1. 2
      src/Shentun.Peis.Application/OccupationalDiseaseReports/OccupationalDiseaseReportAppService.cs

2
src/Shentun.Peis.Application/OccupationalDiseaseReports/OccupationalDiseaseReportAppService.cs

@ -444,7 +444,7 @@ namespace Shentun.Peis.OccupationalDiseaseReports
#endregion #endregion
#region 体检结果一览表 #region 体检结果一览表
var medicalResultDetails = patientRegisterList.GroupBy(g => g.patientOccupationalDisease)
var medicalResultDetails = patientRegisterList.GroupBy(g => g.patientOccupationalDisease).OrderBy(o=>o.Key.OccupationalAbnormal)
.Select((s, index) => new GetCompanyOccupationalDiseaseDetailReportMedicalResultDetailDto .Select((s, index) => new GetCompanyOccupationalDiseaseDetailReportMedicalResultDetailDto
{ {
//AnomalyIndex = !string.IsNullOrWhiteSpace(s.Key.OccupationalAbnormal) //AnomalyIndex = !string.IsNullOrWhiteSpace(s.Key.OccupationalAbnormal)

Loading…
Cancel
Save