Bugfix
This commit is contained in:
@@ -287,7 +287,6 @@ function sqlGenerator({ tableName, genObject, dbFullName, count }) {
|
||||
orderFields.push(genObject.order.field);
|
||||
}
|
||||
orderSrt += ` ${orderFields.join(", ")} ${genObject.order.strategy}`;
|
||||
console.log("orderSrt", orderSrt);
|
||||
queryString += ` ${orderSrt}`;
|
||||
}
|
||||
if ((genObject === null || genObject === void 0 ? void 0 : genObject.limit) && !count)
|
||||
|
||||
Reference in New Issue
Block a user