add fields amountSpecial

This commit is contained in:
Bright 2024-12-06 18:38:36 +07:00
parent 7cd06be198
commit 15160c2018
7 changed files with 24 additions and 2 deletions

View file

@ -774,6 +774,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
profileId = p.profileId,
date = r.commandAffectDate,
amount = r.amount,
amountSpecial = r.amountSpecial,
commandId = r.commandId,
positionSalaryAmount = r.positionSalaryAmount,
mouthSalaryAmount = r.mouthSalaryAmount,
@ -978,6 +979,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
profileId = p.profileId,
date = r.commandAffectDate,
amount = r.amount,
amountSpecial = r.amountSpecial,
commandId = r.commandId,
positionSalaryAmount = r.positionSalaryAmount,
mouthSalaryAmount = r.mouthSalaryAmount,