ปรับ noti (add-workflow)
This commit is contained in:
parent
9bae268e14
commit
3fcabd82c9
1 changed files with 5 additions and 2 deletions
|
|
@ -50,6 +50,7 @@ export class WorkflowController extends Controller {
|
|||
sysName: string;
|
||||
posLevelName: string;
|
||||
posTypeName: string;
|
||||
fullName?: string|null
|
||||
},
|
||||
) {
|
||||
let profileType = "OFFICER";
|
||||
|
|
@ -199,8 +200,10 @@ export class WorkflowController extends Controller {
|
|||
}));
|
||||
await new CallAPI()
|
||||
.PostData(req, "/placement/noti/profiles", {
|
||||
subject: `รายการถูกส่ง`,
|
||||
body: `รายการถูกส่ง`,
|
||||
// subject: `รายการถูกส่ง`,
|
||||
// body: `รายการถูกส่ง`,
|
||||
subject: `แจ้ง${workflow.name}ของ ${body.fullName}`,
|
||||
body: `แจ้ง${workflow.name}ของ ${body.fullName}`,
|
||||
receiverUserIds: profileNow,
|
||||
payload: "", //แนบไฟล์
|
||||
isSendMail: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue