提交 26935a7f authored 作者: renjiancai's avatar renjiancai

--no commit message

上级 c30bdaf1
......@@ -52,7 +52,7 @@ public class FgBookServiceImpl extends BaseServiceImpl<Book, String> implements
List<FgEbookVO> list = bookMapper.ebookOneInfoById(oid);
for (FgEbookVO vo : list) {
YearLibrary library = fgYearLibraryMapper.selectByPrimaryKey(vo.getYearId());
vo.setName("["+library.getName()+"年第"+vo.getPeriods()+"期]"+vo.getName());
vo.setName(vo.getName()+"["+library.getName()+"年第"+vo.getPeriods()+"期]");
}
return list;
}
......@@ -65,7 +65,7 @@ public class FgBookServiceImpl extends BaseServiceImpl<Book, String> implements
for (FgArticleLibraryListVO vo : list) {
YearLibrary library = fgYearLibraryMapper.selectByPrimaryKey(vo.getYearId());
if(library !=null ) {
vo.setMainBody("《"+vo.getMainBody()+"》"+library.getName()+"年第"+vo.getPeriods()+"期");
vo.setMainBody(library.getName()+"年第"+vo.getPeriods()+"期");
}
}
this.regEx1(list);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论