no message

This commit is contained in:
kittapath 2025-02-06 17:18:29 +07:00
parent 72fd4d62e3
commit 3b3352009c
2 changed files with 101 additions and 54 deletions

View file

@ -49,7 +49,7 @@ import { ViewColumn, ViewEntity } from "typeorm";
AND (
(\`acting\`.\`orgChild4Id\` IS NULL AND \`posMaster\`.\`orgChild4Id\` IS NULL)
OR (\`acting\`.\`orgChild4Id\` = \`posMaster\`.\`orgChild4Id\`)
)
) LIMIT 1
) AS \`actFullNameId\`,
(
SELECT \`actFullName\`
@ -71,7 +71,7 @@ import { ViewColumn, ViewEntity } from "typeorm";
AND (
(\`acting\`.\`orgChild4Id\` IS NULL AND \`posMaster\`.\`orgChild4Id\` IS NULL)
OR (\`acting\`.\`orgChild4Id\` = \`posMaster\`.\`orgChild4Id\`)
)
) LIMIT 1
) AS \`actFullName\`
FROM