ปรับปรุงการแสดงผล

This commit is contained in:
LAPTOP-KB8JC2K2\acer
2021-04-21 07:53:48 +07:00
parent 41c1a276f9
commit 31f21f24ad
5 changed files with 164 additions and 66 deletions

View File

@@ -322,6 +322,9 @@ namespace TodoAPI2.Models
n.level_score_final = qq;
}
//n.migration_total_score = n.score_final;
//n.migration_eva_result = n.level_score_final;
_repository.Context.eva_adjust_postponement_detail.Add(n);
}
@@ -366,15 +369,10 @@ namespace TodoAPI2.Models
if (theemp == null) continue;
if (theemp.fullname.Contains("อุบลวรรณ"))
{
string zz = "1";
}
var n = (from t in _repository.Context.eva_adjust_postponement_detail
where t.adjust_postponement_id == entity.id
&& t.employee_id == m.employee_id
select t).FirstOrDefault();
select t).FirstOrDefault();
n.updated = DateTime.Now;
n.isActive = true;
@@ -399,7 +397,8 @@ namespace TodoAPI2.Models
select s.detail).FirstOrDefault();
n.level_score_final = qq;
}
//n.migration_total_score = n.score_final;
//n.migration_eva_result = n.level_score_final;
}
entity.limit = sum_salary;