fix: path url attachmentPayloads == 'sub-file'
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m14s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m14s
This commit is contained in:
parent
a16ae79c7e
commit
307be83574
1 changed files with 1 additions and 1 deletions
|
|
@ -618,7 +618,7 @@ export async function PayloadSendNoti(commandId: string) {
|
|||
|
||||
const attachmentPayloads = _command.commandRecives.map((recive: any) => ({
|
||||
name: `เอกสารแนบท้ายคำสั่ง${_command.commandType.name} (${recive.prefix}${recive.firstName} ${recive.lastName})`,
|
||||
url: `${process.env.API_URL}/salary/file/ระบบออกคำสั่ง/แนบท้าย/${commandId}/${recive.citizenId}/แนบท้าย`,
|
||||
url: `${process.env.API_URL}/salary/sub-file/ระบบออกคำสั่ง/แนบท้าย/${commandId}/${recive.citizenId}/แนบท้าย`,
|
||||
isReport: true,
|
||||
isTemplate: false,
|
||||
}));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue