fix(数据集): 处理 sql 参数错误

This commit is contained in:
taojinlong 2022-07-06 23:41:15 +08:00
parent a2d5752d2d
commit 66f4ccf027

View File

@ -2577,6 +2577,7 @@ public class DataSetTableService {
stringBuilder.append(SubstitutedSql);
return;
}
inExpression.getLeftExpression().accept(this);
if (inExpression.isNot()) {
getBuffer().append(" " + " NOT IN " + " ");
} else {