提交 ab1b42a4 authored 作者: liupengfei's avatar liupengfei

--no commit message

上级 27c5514c
......@@ -95,7 +95,7 @@ public class BulletinContentController {
throw new BaseException("没有选中任何数据,请重新选择");
}
Example example = new Example(BulletinContent.class);
example.createCriteria().andIn("id", Arrays.asList(ids));
example.createCriteria().andIn("id", ids);
if (!service.deleteByExample(example)) {
throw new BaseException("操作失败");
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论