Merge branch 'develop' into adiDev

This commit is contained in:
AdisakKanthawilang 2025-02-24 11:42:56 +07:00
commit 5ae95710eb
23 changed files with 1953 additions and 1306 deletions

View file

@ -99,17 +99,18 @@ async function handler(msg: amqp.ConsumeMessage): Promise<boolean> {
.filter((x) => x.refId != null)
.map((x) => ({
refId: x.refId,
commandAffectDate: command.commandAffectDate,
commandNo: command.commandNo,
commandYear: command.commandYear,
commandId: command.id,
templateDoc: command.positionDetail,
remark: command.positionDetail,
amount: x.amount,
amountSpecial: x.amountSpecial,
positionSalaryAmount: x.positionSalaryAmount,
mouthSalaryAmount: x.mouthSalaryAmount,
refCommandCode: command.commandType.refCommandCode,
refCommandName: command.commandType.name,
commandCode: command.commandType.commandCode,
commandName: command.commandType.name,
commandDateAffect: command.commandExcecuteDate,
commandDateSign: command.commandAffectDate,
})),
},
false,