From 8606c238b0dea540ca4fbc2b833104fc8f754798 Mon Sep 17 00:00:00 2001 From: "LAPTOP-KB8JC2K2\\acer" Date: Sun, 14 Mar 2021 11:01:42 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B8=9B?= =?UTF-8?q?=E0=B8=A3=E0=B8=B8=E0=B8=87=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B8=94?= =?UTF-8?q?=E0=B8=B6=E0=B8=87=E0=B8=84=E0=B8=99=E0=B9=80=E0=B8=82=E0=B9=89?= =?UTF-8?q?=E0=B8=B2=20=E0=B9=81=E0=B8=9A=E0=B8=9A=E0=B8=9B=E0=B8=A3?= =?UTF-8?q?=E0=B8=B0=E0=B9=80=E0=B8=A1=E0=B8=B4=E0=B8=99=20=E0=B9=83?= =?UTF-8?q?=E0=B8=AB=E0=B9=89=E0=B8=AA=E0=B8=B2=E0=B8=A1=E0=B8=B2=E0=B8=A3?= =?UTF-8?q?=E0=B8=96=E0=B8=94=E0=B8=B6=E0=B8=87=E0=B9=84=E0=B8=94=E0=B9=89?= =?UTF-8?q?=E0=B8=9E=E0=B8=A3=E0=B9=89=E0=B8=AD=E0=B8=A1=E0=B8=81=E0=B8=B1?= =?UTF-8?q?=E0=B8=99=E0=B8=AB=E0=B8=A5=E0=B8=B2=E0=B8=A2=E0=B8=84=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../eva_create_evaluation_detailService.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Models/eva_create_evaluation_detail/eva_create_evaluation_detailService.cs b/Models/eva_create_evaluation_detail/eva_create_evaluation_detailService.cs index d9824d4..581379e 100644 --- a/Models/eva_create_evaluation_detail/eva_create_evaluation_detailService.cs +++ b/Models/eva_create_evaluation_detail/eva_create_evaluation_detailService.cs @@ -357,8 +357,8 @@ namespace TodoAPI2.Models { if (checkExistEmployeeInExternal(i, allemp)) { - if (!checkExistEmployeeInInternal(i, ex)) - { + //if (!checkExistEmployeeInInternal(i, ex)) + //{ var n = new eva_create_evaluation_detailEntity(); n.id = current_new_id; n.employee_id = i; @@ -388,7 +388,7 @@ namespace TodoAPI2.Models j++; current_new_id++; - } + //} } }