Commit 83def779 authored by Quxl's avatar Quxl

x

parent d0f8aadb
...@@ -71,7 +71,7 @@ public class SqlWhere { ...@@ -71,7 +71,7 @@ public class SqlWhere {
if(i > 0) { if(i > 0) {
sb.append(" or "); sb.append(" or ");
} }
sb.append(name + " like '%" + obj + "%'"); sb.append(name[i] + " like '%" + obj + "%'");
} }
sb.append(")"); sb.append(")");
this.strList.add(sb.toString()); this.strList.add(sb.toString());
......
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