Commit 3bbb44cc authored by Quxl's avatar Quxl

x

parent 6581089f
......@@ -102,7 +102,7 @@ public class SqlWhere {
this.objList.add(obj[i]);
}
str += ")";
this.strList.add(name + " in (" + str + ")");
this.strList.add(str);
}
return this;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment