เอาตัวเรียงออก

This commit is contained in:
Nakorn Rientrakrunchai
2021-02-09 20:25:09 +07:00
parent 91c6ecd5a1
commit fe4e051f62
5 changed files with 162 additions and 161 deletions

View File

@@ -109,7 +109,7 @@ namespace TodoAPI2.Models
(model.create_evaluation_detail_id.HasValue && m_eva_evaluation_operating_agreement.create_evaluation_detail_id == model.create_evaluation_detail_id)
orderby m_eva_evaluation_operating_agreement.created descending
orderby m_eva_evaluation_operating_agreement.mission_no
select new eva_evaluation_operating_agreementViewModel()
{
id = m_eva_evaluation_operating_agreement.id,