提交 1a07d035 编写于 作者: Z zhuangqian

update

上级 2740c8dd
......@@ -149,7 +149,7 @@ public class Notice extends BaseModel {
```
String ids = "1,2,3,4,5";
String[] idArr = ids.split(",");
int cnt = Blade.create(News.class).deleteBy("status in (#{join(ids)})}", Record.create().set("ids", idArr));
int cnt = Blade.create(News.class).deleteBy("status in (#{join(ids)})", Record.create().set("ids", idArr));
```
## 通用Service
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册