- ประเมิน : เรียงลำดับ
- ประเมิน : บันทึกแล้วเลขซ้ำ
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user