fix(数据集): 处理 sql 参数错误
This commit is contained in:
parent
9b6e054747
commit
50cd6367c3
@ -2577,6 +2577,7 @@ public class DataSetTableService {
|
||||
stringBuilder.append(SubstitutedSql);
|
||||
return;
|
||||
}
|
||||
inExpression.getLeftExpression().accept(this);
|
||||
if (inExpression.isNot()) {
|
||||
getBuffer().append(" " + " NOT IN " + " ");
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user