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

--no commit message

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