| | |
| | | |
| | | @Resource |
| | | private ComActNeighborCircleBrowseService comActNeighborCircleBrowseService; |
| | | @Resource |
| | | private ComActNeighborCircleCommentDAO comActNeighborCircleCommentDAO; |
| | | public abstract class ComActNeighborCircleServiceImpl extends ServiceImpl<ComActNeighborCircleDAO, ComActNeighborCircleDO> implements ComActNeighborCircleService { |
| | | |
| | | @Resource |
| | | ComActNeighborCircleFabulousDAO neighborCircleFabulousDAO; |
| | | |
| | |
| | | ComActNeighborCircleDetailAppVO circleDetailAppVO = this.baseMapper.neighborDetailByApp(neighborCircleAppDTO.getCircleId()); |
| | | |
| | | //查询邻里圈下评论列表 |
| | | IPage<ComActNeighborCircleCommentAppVO> circleCommentAppPage = comActNeighborCircleCommentDAO.pageNeighborCommentByApp( |
| | | IPage<ComActNeighborCircleCommentAppVO> circleCommentAppPage = neighborCircleCommentDAO.pageNeighborCommentByApp( |
| | | new Page(neighborCircleAppDTO.getPageNum(),neighborCircleAppDTO.getPageSize()),neighborCircleAppDTO.getCircleId()); |
| | | if(!circleCommentAppPage.getRecords().isEmpty()){ |
| | | for (ComActNeighborCircleCommentAppVO circleCommentVo:circleCommentAppPage.getRecords()) { |