Commit 87da6ab4 authored by Quxl's avatar Quxl

xx

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