เพิ่ม id คำสั่งลงประวัติตำแหน่ง #665
This commit is contained in:
parent
e989d6c584
commit
cea266afdb
12 changed files with 31 additions and 0 deletions
|
|
@ -1763,6 +1763,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
|||
profileId = p.profileId,
|
||||
date = r.commandAffectDate,
|
||||
amount = r.amount,
|
||||
commandId = r.commandId,
|
||||
positionSalaryAmount = r.positionSalaryAmount,
|
||||
mouthSalaryAmount = r.mouthSalaryAmount,
|
||||
posNo = p.PositionNumberOld,
|
||||
|
|
@ -1860,6 +1861,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
|||
profileId = p.profileId,
|
||||
date = r.commandAffectDate,
|
||||
amount = r.amount,
|
||||
commandId = r.commandId,
|
||||
positionSalaryAmount = r.positionSalaryAmount,
|
||||
mouthSalaryAmount = r.mouthSalaryAmount,
|
||||
posNo = p.PositionNumberOld,
|
||||
|
|
@ -2002,6 +2004,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
|||
profileId = p.profileId,
|
||||
date = r.commandAffectDate,
|
||||
amount = r.amount,
|
||||
commandId = r.commandId,
|
||||
positionSalaryAmount = r.positionSalaryAmount,
|
||||
mouthSalaryAmount = r.mouthSalaryAmount,
|
||||
posNo = p.PositionNumberOld,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue