|
@@ -406,10 +406,13 @@ public class ProductServiceImpl implements ProductService {
|
|
// entryInfo.setVideoList(videoList);
|
|
// entryInfo.setVideoList(videoList);
|
|
//信息栏
|
|
//信息栏
|
|
List<BaikeInfoVo> infoList = baikeDao.getInfoListById(id);
|
|
List<BaikeInfoVo> infoList = baikeDao.getInfoListById(id);
|
|
|
|
+// for(int i=0;i<infoList.size();i++){
|
|
|
|
+//
|
|
|
|
+// }
|
|
entryInfo.setInfoList(infoList);
|
|
entryInfo.setInfoList(infoList);
|
|
//正文
|
|
//正文
|
|
List<BaikeTextInfoVo> textInfoListList = baikeDao.getTextInfoListById(id);
|
|
List<BaikeTextInfoVo> textInfoListList = baikeDao.getTextInfoListById(id);
|
|
- entryInfo.setTextInfoListList(textInfoListList);
|
|
|
|
|
|
+ entryInfo.setTextInfoList(textInfoListList);
|
|
//参考资料
|
|
//参考资料
|
|
List<CmBaikeReferenceInfo> referenceList = baikeDao.getReferenceListById(id);
|
|
List<CmBaikeReferenceInfo> referenceList = baikeDao.getReferenceListById(id);
|
|
if(referenceList!=null&&referenceList.size()>0){
|
|
if(referenceList!=null&&referenceList.size()>0){
|