| | |
| | | import com.panzhihua.common.model.dtos.community.easyPhoto.ExportEasyPhotoDTO; |
| | | import com.panzhihua.common.model.vos.community.ComActEasyPhotoVO; |
| | | import com.panzhihua.common.model.vos.community.StatisticsCommVO; |
| | | import com.panzhihua.common.model.vos.community.StatisticsPhotoVO; |
| | | import com.panzhihua.common.model.vos.community.TodoEventsVO; |
| | | import com.panzhihua.common.model.vos.community.bigscreen.BigScreenDpcStatisticsInfo; |
| | | import com.panzhihua.common.model.vos.community.bigscreen.BigScreenEasyPhotoStatisticsInfo; |
| | |
| | | IPage<ComActEasyPhotoVO> pageEasyPhoto(Page page, @Param("comActEasyPhotoVO") ComActEasyPhotoVO comActEasyPhotoVO); |
| | | |
| | | IPage<ComActEasyPhotoVO> pageEasyPhotoAdmin(Page page, @Param("comActEasyPhotoVO") ComActEasyPhotoVO comActEasyPhotoVO); |
| | | |
| | | IPage<ComActEasyPhotoVO> pageEasyPhotoAdminLC(Page page); |
| | | @Select("SELECT " + |
| | | "p.id, " + |
| | | "p.sponsor_id, " + |
| | |
| | | * @return |
| | | */ |
| | | BigScreenDpcStatisticsInfo selectDpcBaseData(@Param("communityId") Long communityId); |
| | | |
| | | /** |
| | | * 获取社区动态置顶banner |
| | | * */ |
| | | List<BannerVO> getBanner(@Param("communityId") Long communityId); |
| | | |
| | | /** |
| | | * 统计所有随手拍,分状态 |
| | | * @return |
| | | */ |
| | | List<StatisticsPhotoVO> selectPhotoAll(); |
| | | |
| | | /** |
| | | * 统计所有随手拍,分状态 |
| | | * @return |
| | | */ |
| | | List<StatisticsPhotoVO> selectPhotoByMonth(); |
| | | |
| | | } |