Commit 87da6ab4 authored by Quxl's avatar Quxl

xx

parent bb4289e1
...@@ -99,8 +99,8 @@ public class SqlWhere { ...@@ -99,8 +99,8 @@ public class SqlWhere {
return args; return args;
} }
public List<Object> getObjs() { public Object[] getObjs() {
return objs; return objs.toArray();
} }
} }
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