comment dashboard gender
This commit is contained in:
parent
56bc4e512f
commit
096648cce1
1 changed files with 6 additions and 6 deletions
|
|
@ -979,12 +979,12 @@ namespace BMA.EHR.Recurit.Exam.Service.Services
|
||||||
Name = "เพศหญิง",
|
Name = "เพศหญิง",
|
||||||
Count = periodExam.Candidate.Where(x=>x.PrefixName != null && x.PrefixName.Contains("หญิง")).Count()
|
Count = periodExam.Candidate.Where(x=>x.PrefixName != null && x.PrefixName.Contains("หญิง")).Count()
|
||||||
},
|
},
|
||||||
new DashboardResponseItem
|
// new DashboardResponseItem
|
||||||
{
|
// {
|
||||||
Id = 8,
|
// Id = 8,
|
||||||
Name = "เพศอื่นๆ",
|
// Name = "เพศอื่นๆ",
|
||||||
Count = periodExam.Candidate.Count() -periodExam.Candidate.Where(x=>x.PrefixName != null && x.PrefixName.Contains("ชาย")).Count()-periodExam.Candidate.Where(x=>x.PrefixName != null && x.PrefixName.Contains("หญิง")).Count()
|
// Count = periodExam.Candidate.Count() -periodExam.Candidate.Where(x=>x.PrefixName != null && x.PrefixName.Contains("ชาย")).Count()-periodExam.Candidate.Where(x=>x.PrefixName != null && x.PrefixName.Contains("หญิง")).Count()
|
||||||
},
|
// },
|
||||||
};
|
};
|
||||||
|
|
||||||
return dashboard;
|
return dashboard;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue