提交 b678fd58 authored 作者: renjiancai's avatar renjiancai

--no commit message

上级 c108f17b
......@@ -25,4 +25,6 @@ public class ResourceRelationVo {
private String author;
@ApiModelProperty("纸质书购买地址")
private String address;
@ApiModelProperty("封面")
private String cover;
}
......@@ -57,6 +57,9 @@ public class ResourceRelationServiceImpl implements ResourceRelationService {
if(ebook!=null){
e.setSummary(ebook.getSummary());
}
if(ebook.getBookCover()!=null){
e.setCover(ebook.getBookCover());
}
}
}
if (e.getResourceType().equals(ResourceTypeEnum.ARTICLE.getCode())) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论