Updates
This commit is contained in:
@@ -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 +
|
||||
|
||||
Reference in New Issue
Block a user