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

This commit is contained in:
taojinlong 2022-07-06 23:41:15 +08:00
parent 9b6e054747
commit 50cd6367c3

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 {