ปรับปรุงการดึงคนเข้า แบบประเมิน ให้สามารถดึงได้พร้อมกันหลายคน
This commit is contained in:
@@ -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++;
|
||||
}
|
||||
//}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user