- ประเมิน : เรียงลำดับ

- ประเมิน : บันทึกแล้วเลขซ้ำ
This commit is contained in:
LAPTOP-KB8JC2K2\acer
2021-09-07 13:36:29 +07:00
parent ccacb814a3
commit a898de8ab2
4 changed files with 6 additions and 3 deletions

View File

@@ -310,7 +310,9 @@ namespace TodoAPI2.Models
//fk_external_employee.department_code,
fk_external_employee.hpt_position_type_id,
fk_external_employee.hpl_position_level_id,
fk_external_employee.employee_no
fk_external_employee.employee_no,
fk_planResult.fiscal_year descending,
fk_planResult.theTime descending
select new eva_create_evaluation_detail_processViewModel()
{
id = m_eva_create_evaluation_detail_process.id,

View File

@@ -203,7 +203,7 @@ namespace TodoAPI2.Models
existingEntity.total_salary = model.total_salary;
existingEntity.total_salary_limit = model.total_salary_limit;
existingEntity.total_salary_limit_rounded = model.total_salary_limit_rounded;
existingEntity.remark = model.remark;
existingEntity.remark = "";
int j = 1;
foreach (var y in from z in _repository.Context.eva_limit_frame_employee where z.frame_group_guid == model.id orderby z.order_of_data select z)