This commit is contained in:
2026-01-05 13:49:54 +01:00
parent 8bcb35a8f0
commit 58984214fc
7 changed files with 20 additions and 9 deletions
@@ -171,6 +171,7 @@ function sqlGenerator({ tableName, genObject, dbFullName, count }) {
str +=
"," +
genObject.join
.flat()
.filter((j) => !(0, lodash_1.isUndefined)(j))
.map((joinObj) => {
const joinTableName = joinObj.alias
@@ -214,6 +215,7 @@ function sqlGenerator({ tableName, genObject, dbFullName, count }) {
str +=
" " +
genObject.join
.flat()
.filter((j) => !(0, lodash_1.isUndefined)(j))
.map((join) => {
return (join.joinType +