ส่ง code แก้ไข OP Change Request 18 ข้อ
This commit is contained in:
@@ -28,7 +28,7 @@ namespace TodoAPI2.Models
|
||||
|
||||
public int? supervisor2_id { get; set; }
|
||||
|
||||
public int? performance_plan_id_eva_performance_plan_fiscal_year { get; set; }
|
||||
public string performance_plan_id_eva_performance_plan_fiscal_year { get; set; }
|
||||
public string employee_id_external_linkage_external_name { get; set; }
|
||||
public string evaluation_group_id_eva_evaluation_group_code { get; set; }
|
||||
|
||||
@@ -42,9 +42,7 @@ namespace TodoAPI2.Models
|
||||
{
|
||||
string y = "";
|
||||
|
||||
if (performance_plan_id_eva_performance_plan_fiscal_year.HasValue) y = performance_plan_id_eva_performance_plan_fiscal_year.ToString();
|
||||
|
||||
return evaluation_group_id_eva_evaluation_group_name + " ปี " +y;
|
||||
return evaluation_group_id_eva_evaluation_group_name + " " + performance_plan_id_eva_performance_plan_fiscal_year;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user