noti
This commit is contained in:
parent
2af5598aae
commit
4933ce8599
3 changed files with 30 additions and 5 deletions
|
|
@ -189,7 +189,7 @@ export class WorkflowController extends Controller {
|
|||
.PostData(req, "/placement/noti/profiles", {
|
||||
subject: `รายการถูกส่ง`,
|
||||
body: `รายการถูกส่ง`,
|
||||
receiverUserId: profileNow,
|
||||
receiverUserIds: profileNow,
|
||||
payload: "", //แนบไฟล์
|
||||
isSendMail: true,
|
||||
isSendInbox: true,
|
||||
|
|
@ -206,7 +206,7 @@ export class WorkflowController extends Controller {
|
|||
.PostData(req, "/placement/noti/profiles", {
|
||||
subject: `ได้รับรายการ`,
|
||||
body: `ได้รับรายการ`,
|
||||
receiverUserId: profileNext,
|
||||
receiverUserIds: profileNext,
|
||||
payload: "", //แนบไฟล์
|
||||
isSendMail: true,
|
||||
isSendInbox: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue