| | |
| | | |
| | | /** |
| | | * 数据统计第二部分 |
| | | * @param query |
| | | * |
| | | * @param time |
| | | * @param complaints |
| | | * @param simpleDateFormat |
| | | * @return |
| | | */ |
| | | List<AnalyticStatisticsTwoVo> analyticStatisticsTwo(AnalyticStatisticsQuery query, List<Complaint> complaints, SimpleDateFormat simpleDateFormat); |
| | | List<AnalyticStatisticsTwoVo> analyticStatisticsTwo(String time, List<Complaint> complaints, SimpleDateFormat simpleDateFormat); |
| | | |
| | | |
| | | /**+ |
| | | /** |
| | | * + |
| | | * 数据统计第三部分 |
| | | * @param query |
| | | * |
| | | * @param rank |
| | | * @param complaints |
| | | * @return |
| | | */ |
| | | List<AnalyticStatisticsThreeVo> analyticStatisticsThree(AnalyticStatisticsQuery query, List<Complaint> complaints); |
| | | List<AnalyticStatisticsThreeVo> analyticStatisticsThree(Integer rank, List<Complaint> complaints); |
| | | |
| | | /** |
| | | * 数据统计第四部分 |
| | |
| | | |
| | | /** |
| | | * 查询党员或上级对应的诉求列表 |
| | | * @param targetId |
| | | * @param accountLevel |
| | | * @param query |
| | | * @param loginUserInfo |
| | | * @return |
| | | */ |