提交 16d53e1e authored 作者: renjianyu's avatar renjianyu

--no commit message

上级 373e9b07
...@@ -152,6 +152,7 @@ public class EbookServiceImpl extends BaseServiceImpl<Ebook, String> implements ...@@ -152,6 +152,7 @@ public class EbookServiceImpl extends BaseServiceImpl<Ebook, String> implements
book.setPdf(form.getPdf()); book.setPdf(form.getPdf());
} }
} }
}
if (form.getMainBody() != null) { if (form.getMainBody() != null) {
int i = 0; int i = 0;
for (String str : form.getMainBody()) { for (String str : form.getMainBody()) {
...@@ -187,7 +188,7 @@ public class EbookServiceImpl extends BaseServiceImpl<Ebook, String> implements ...@@ -187,7 +188,7 @@ public class EbookServiceImpl extends BaseServiceImpl<Ebook, String> implements
ebookMainBodyRelationMapper.insert(relation); ebookMainBodyRelationMapper.insert(relation);
} }
}
return true; return true;
} }
@Override @Override
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论