From 440454b7dde6cb29c49cfe9271f7f72e759d215f Mon Sep 17 00:00:00 2001 From: "LAPTOP-KB8JC2K2\\acer" Date: Fri, 27 Aug 2021 16:05:38 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=94=E0=B9=88?= =?UTF-8?q?=E0=B8=A7=E0=B8=99=20=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B9=80?= =?UTF-8?q?=E0=B8=A3=E0=B8=B5=E0=B8=A2=E0=B8=87=E0=B8=A5=E0=B8=B3=E0=B8=94?= =?UTF-8?q?=E0=B8=B1=E0=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../eva_create_evaluation_detail_firstdocService.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Models/eva_create_evaluation_detail_firstdoc/eva_create_evaluation_detail_firstdocService.cs b/Models/eva_create_evaluation_detail_firstdoc/eva_create_evaluation_detail_firstdocService.cs index 81bad31..214c03e 100644 --- a/Models/eva_create_evaluation_detail_firstdoc/eva_create_evaluation_detail_firstdocService.cs +++ b/Models/eva_create_evaluation_detail_firstdoc/eva_create_evaluation_detail_firstdocService.cs @@ -295,7 +295,9 @@ namespace TodoAPI2.Models fk_external_employee.hpt_position_type_id, fk_external_employee.hpl_position_level_id, - fk_external_employee.employee_no + fk_external_employee.employee_no, + checkNull(fk_planResult.fiscal_year) descending, + checkNull(fk_planResult.theTime) descending select new eva_create_evaluation_detail_firstdocViewModel() { id = m_eva_create_evaluation_detail_agreement.id,