ปรับปรุงเฉพาะส่วนที่เกี่ยวกับรายงาน และการประมวลผล

This commit is contained in:
LAPTOP-KB8JC2K2\acer
2021-04-06 21:46:39 +07:00
parent 58cc8018af
commit 4623ca3ff3
4 changed files with 71 additions and 2 deletions

View File

@@ -138,7 +138,13 @@ namespace TodoAPI2.Controllers
reader.Close();
var all_group = (from t in _repository.GetContext().eva_limit_frame_group
join fk_eva_evaluation_group2 in _repository.GetContext().eva_evaluation_group on t.group_guid equals fk_eva_evaluation_group2.id
into eva_evaluation_groupResult2
from fk_eva_evaluation_groupResult2 in eva_evaluation_groupResult2.DefaultIfEmpty()
where t.frame_plan_guid == model.frame_plan_guid
orderby fk_eva_evaluation_groupResult2.code
select t);
foreach(var u in all_group)
{