แก้บัก หลังจากตรวจงานทีม

This commit is contained in:
Nakorn Rientrakrunchai
2020-04-06 08:17:06 +07:00
parent 9ffe9c30d3
commit 39c11f277a
4 changed files with 9 additions and 7 deletions

View File

@@ -108,7 +108,7 @@ namespace TodoAPI2.Models
where 1==1
//&& (m_eva_adjust_postponement_detail_normal_02.id == model.id || !model.id.HasValue)
&& (m_eva_adjust_postponement_detail_normal_02.adjust_postponement_id == model.adjust_postponement_id || !model.adjust_postponement_id.HasValue)
//&& fk_create_detailResult.employee_id == m_eva_adjust_postponement_detail_normal_02.employee_id
&& fk_create_detailResult.employee_id == m_eva_adjust_postponement_detail_normal_02.employee_id
orderby m_eva_adjust_postponement_detail_normal_02.created descending
select new eva_adjust_postponement_detail_normal_02ViewModel()