Commit 870f4999 authored by Quxl's avatar Quxl

x

parent e7799be2
...@@ -19,7 +19,7 @@ public class SqlWhere { ...@@ -19,7 +19,7 @@ public class SqlWhere {
if(StringUtil.isNotBlank(where)) { if(StringUtil.isNotBlank(where)) {
this.strList.add(where); this.strList.add(where);
for(Object o : obj) { for(Object o : obj) {
this.objList.add(obj); this.objList.add(o);
} }
} }
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