提交 cbd3cf68 编写于 作者: sq3536's avatar sq3536

ibz-model update

上级 d09c3c44
......@@ -156,7 +156,7 @@
<dependency>
<groupId>net.ibizsys.model</groupId>
<artifactId>ibiz-model</artifactId>
<version>0.2.5</version>
<version>0.2.6</version>
<exclusions>
<exclusion>
<artifactId>slf4j-simple</artifactId>
......
......@@ -299,7 +299,8 @@ public class {{entity.codeName}}ServiceImpl extends ServiceImpl<{{entity.codeNam
for ({{entity.keyField.type.java}} et : ids)
{{camelCase entity.codeName}}Service.remove(et);
{{else}}
removeByIds(ids);
if(!removeByIds(ids))
return false;
{{/if}}
return true;
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册