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

- ประเมิน : บันทึกแล้วเลขซ้ำ
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

@@ -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)