ปรับปรุงเฉพาะส่วนที่เกี่ยวกับรายงาน และการประมวลผล
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user