Merge branch 'develop' into develop-Bright
This commit is contained in:
commit
ca5ab47ab0
1 changed files with 3 additions and 3 deletions
|
|
@ -401,7 +401,7 @@ async function handler_org(msg: amqp.ConsumeMessage): Promise<boolean> {
|
||||||
"send-publish-org",
|
"send-publish-org",
|
||||||
{
|
{
|
||||||
success: true,
|
success: true,
|
||||||
message: `ระบบกำลังทำการแพร่โครงสร้างหน่วยงาน`,
|
message: `ระบบกำลังทำการเผยแพร่โครงสร้างหน่วยงาน`,
|
||||||
},
|
},
|
||||||
{ userId: user?.sub },
|
{ userId: user?.sub },
|
||||||
).catch(console.error);
|
).catch(console.error);
|
||||||
|
|
@ -1454,10 +1454,10 @@ async function handler_org_draft(msg: amqp.ConsumeMessage): Promise<boolean> {
|
||||||
const child4Repository = AppDataSource.getRepository(OrgChild4);
|
const child4Repository = AppDataSource.getRepository(OrgChild4);
|
||||||
if (user) {
|
if (user) {
|
||||||
sendWebSocket(
|
sendWebSocket(
|
||||||
"send-publish-org",
|
"send-create-draft-org",
|
||||||
{
|
{
|
||||||
success: true,
|
success: true,
|
||||||
message: `ระบบกำลังทำการสร้างโครงสร้างหน่วยงาน`,
|
message: `ระบบกำลังทำการสร้างแบบร่างโครงสร้างหน่วยงาน`,
|
||||||
},
|
},
|
||||||
{ userId: user?.sub },
|
{ userId: user?.sub },
|
||||||
).catch(console.error);
|
).catch(console.error);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue