แก้บักฟิลหลุด
This commit is contained in:
Binary file not shown.
@@ -152,6 +152,7 @@ namespace TodoAPI2.Models
|
||||
migration_total_score = m_eva_adjust_postponement_detail_migration.migration_total_score,
|
||||
migration_eva_result = m_eva_adjust_postponement_detail_migration.migration_eva_result,
|
||||
org_at_this_time = m_eva_adjust_postponement_detail_migration.org_at_this_time,
|
||||
order_at_this_time = m_eva_adjust_postponement_detail_migration.order_at_this_time,
|
||||
|
||||
adjust_postponement_id_eva_adjust_postponement_fiscal_year = fk_eva_adjust_postponementResult1.fiscal_year,
|
||||
adjust_postponement_quota_id_eva_adjust_postponement_fiscal_year = fk_eva_adjust_postponementResult2.fiscal_year,
|
||||
@@ -224,6 +225,7 @@ namespace TodoAPI2.Models
|
||||
existingEntity.migration_total_score = model.migration_total_score;
|
||||
existingEntity.migration_eva_result = model.migration_eva_result;
|
||||
existingEntity.org_at_this_time = model.org_at_this_time;
|
||||
existingEntity.order_at_this_time = model.order_at_this_time;
|
||||
|
||||
var updated = _repository.Update(id, existingEntity);
|
||||
return Get(updated.id);
|
||||
@@ -262,6 +264,7 @@ namespace TodoAPI2.Models
|
||||
existingEntity.migration_total_score = i.migration_total_score;
|
||||
existingEntity.migration_eva_result = i.migration_eva_result;
|
||||
existingEntity.org_at_this_time = i.org_at_this_time;
|
||||
existingEntity.order_at_this_time = i.order_at_this_time;
|
||||
|
||||
//existingEntity.SetAutoField(_repository.Context);
|
||||
_repository.UpdateWithoutCommit(i.id.Value, existingEntity);
|
||||
|
||||
Reference in New Issue
Block a user