Commit fa913769 authored by Quxl's avatar Quxl

x

parent 1cbf9367
...@@ -99,10 +99,10 @@ public class SqlWhere { ...@@ -99,10 +99,10 @@ public class SqlWhere {
sb.append(" or "); sb.append(" or ");
} }
sb.append(name[i] + " like ?"); sb.append(name[i] + " like ?");
this.objList.add("%" + obj + "%");
} }
sb.append(")"); sb.append(")");
this.strList.add(sb.toString()); this.strList.add(sb.toString());
this.objList.add("%" + obj + "%");
} }
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