Commit 3bbb44cc authored by Quxl's avatar Quxl

x

parent 6581089f
...@@ -102,7 +102,7 @@ public class SqlWhere { ...@@ -102,7 +102,7 @@ public class SqlWhere {
this.objList.add(obj[i]); this.objList.add(obj[i]);
} }
str += ")"; str += ")";
this.strList.add(name + " in (" + str + ")"); this.strList.add(str);
} }
return this; 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