This commit is contained in:
parent
58f52cbb84
commit
d0b8c4ee35
5 changed files with 3658 additions and 3 deletions
|
|
@ -442,7 +442,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
|||
|
||||
var profile_old = await _context.RetirementProfiles
|
||||
.Where(x => x.RetirementPeriod == retire)
|
||||
.Select((x, index) => new
|
||||
.Select(x => new
|
||||
{
|
||||
order = x.Order,
|
||||
id = x.Id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue