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

mp3.0 saveBatch 转意成saveOrUpdateBatch

上级 190fbd21
......@@ -333,6 +333,15 @@ ${deaction.getRender().code}
}
}
@Override
public boolean saveBatch(Collection<${item.getCodeName()}> list) {
<#if hasMinorPSDERs gt 0>
list.forEach(item->fillParentData(item));
</#if>
saveOrUpdateBatch(list,batchSize);
return true;
}
@Override
public void saveBatch(List<${item.getCodeName()}> list) {
<#if hasMinorPSDERs gt 0>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册