add fields amountSpecial
This commit is contained in:
parent
7cd06be198
commit
15160c2018
7 changed files with 24 additions and 2 deletions
|
|
@ -1061,12 +1061,15 @@ namespace BMA.EHR.Placement.Service.Controllers
|
|||
currentDistrictId = (String?)null,
|
||||
currentSubDistrictId = (String?)null,
|
||||
currentZipCode = (String?)null,
|
||||
amount = r.amount,
|
||||
amountSpecial = r.amountSpecial,
|
||||
},
|
||||
bodySalarys = new
|
||||
{
|
||||
profileId = string.Empty,
|
||||
date = r.commandAffectDate,
|
||||
amount = r.amount,
|
||||
amountSpecial = r.amountSpecial,
|
||||
commandId = r.commandId,
|
||||
positionSalaryAmount = r.positionSalaryAmount,
|
||||
mouthSalaryAmount = r.mouthSalaryAmount,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue