add fields amountSpecial
This commit is contained in:
parent
2c60dd7a6c
commit
27409a892f
4 changed files with 62 additions and 26 deletions
|
|
@ -98,6 +98,7 @@ async function handler(msg: amqp.ConsumeMessage): Promise<boolean> {
|
|||
commandId: command.id,
|
||||
templateDoc: command.positionDetail,
|
||||
amount: x.amount,
|
||||
amountSpecial: x.amountSpecial,
|
||||
positionSalaryAmount: x.positionSalaryAmount,
|
||||
mouthSalaryAmount: x.mouthSalaryAmount,
|
||||
})),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue