提交 ad07566d authored 作者: liupengfei's avatar liupengfei

--no commit message

上级 95f5fcc5
......@@ -150,7 +150,7 @@ public class FgArticleLibraryController {
}
}
// 保存浏览记录
recordService.saveOrUpdateRecord(oid, AllResourceTypeEnum.ARTICLE.getCode().toString());
//recordService.saveOrUpdateRecord(oid, AllResourceTypeEnum.ARTICLE.getCode().toString());
// 更新浏览量
service.updateBrowseNum(oid);
//获取评分与评论数TODO
......@@ -253,7 +253,7 @@ public class FgArticleLibraryController {
}
}*/
// 保存浏览记录
recordService.saveOrUpdateRecord(articleLibraryOneVO.getId(), articleLibraryOneVO.getGoodsType());
//recordService.saveOrUpdateRecord(articleLibraryOneVO.getId(), articleLibraryOneVO.getGoodsType());
// 更新浏览量
service.updateBrowseNum(articleLibraryOneVO.getId());
Integer orderMaxNum = chapterLibraryService.selectMaxOrderNum(form.getBookId());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论