no message
This commit is contained in:
parent
72fd4d62e3
commit
3b3352009c
2 changed files with 101 additions and 54 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue