Commit db81d321 authored by Quxl's avatar Quxl

z

parent a6d0d26b
......@@ -247,7 +247,7 @@ public interface Dialect {
}
objs[i] = objArg;
}
String sql = "delete from " + tableName + StringUtil.join(" and ", " where ", "", args);
String sql = "delete from " + tableName + StringUtil.join(" and ", " where ", "", args);
return new Sql(sql, objs);
}
......
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