This commit is contained in:
Bright 2025-06-11 15:05:55 +07:00
parent ce7c03bc77
commit 4ca001e2ff
2 changed files with 35 additions and 16 deletions

View file

@ -149,9 +149,7 @@ async function handler(msg: amqp.ConsumeMessage): Promise<boolean> {
.map((x) => ({
refId: x.refId,
commandNo: command.commandNo,
commandYear: command.commandYear > 2500
? command.commandYear
: command.commandYear + 543,
commandYear: command.commandYear,
commandId: command.id,
remark: command.positionDetail,
amount: x.amount,