| | |
| | | * @param communityId |
| | | * @return |
| | | */ |
| | | PartyActivityStatics selectActivityStatics(Long communityId); |
| | | PartyActivityStatics selectActivityStatics(@Param("communityIds") List<Long> communityIds); |
| | | |
| | | /** |
| | | * 党员活动饼状图 |
| | | * @param communityId |
| | | * @return |
| | | */ |
| | | List<PartyActivityTypeChart> selectActivityChart(Long communityId); |
| | | List<PartyActivityTypeChart> selectActivityChart(@Param("communityIds") List<Long> communityIds); |
| | | |
| | | /** |
| | | * 党员活动柱状图 |
| | |
| | | * @param date |
| | | * @return |
| | | */ |
| | | Integer selectActivityLine(@Param("communityId") Long communityId,@Param("year")String year,@Param("date")String date); |
| | | Integer selectActivityLine(@Param("communityIds") List<Long> communityIds,@Param("year")String year,@Param("date")String date); |
| | | |
| | | /** |
| | | * 分页查询党员详情活动 |