提交 a5d5aa98 authored 作者: inroi's avatar inroi

微调

上级 7e87df76
...@@ -123,7 +123,7 @@ public class CategoryDao { ...@@ -123,7 +123,7 @@ public class CategoryDao {
if (where != null) { if (where != null) {
where = where + " AND " + key + "='" + value + "'"; where = where + " AND " + key + "='" + value + "'";
} else { } else {
where = key + " IN (" + value + ")"; where = key + " IN ('" + value + "')";
} }
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论