| | |
| | | import com.panzhihua.sangeshenbian.model.entity.ComplaintAuditRecord; |
| | | import com.panzhihua.sangeshenbian.model.entity.ComplaintProgress; |
| | | import com.panzhihua.sangeshenbian.model.query.AnalyticStatisticsQuery; |
| | | import com.panzhihua.sangeshenbian.model.query.AppStaticsQuery; |
| | | import com.panzhihua.sangeshenbian.model.query.BasePage; |
| | | import com.panzhihua.sangeshenbian.model.query.ComplaintQuery; |
| | | import com.panzhihua.sangeshenbian.model.vo.*; |
| | |
| | | |
| | | /** |
| | | * 数据统计第二部分 |
| | | * @param query |
| | | * |
| | | * @param time |
| | | * @param complaints |
| | | * @param simpleDateFormat |
| | | * @return |
| | | */ |
| | | List<AnalyticStatisticsTwoVo> analyticStatisticsTwo(@Valid 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(@Valid AnalyticStatisticsQuery query, List<Complaint> complaints); |
| | | List<AnalyticStatisticsThreeVo> analyticStatisticsThree(Integer rank, List<Complaint> complaints); |
| | | |
| | | /** |
| | | * 数据统计第四部分 |
| | |
| | | */ |
| | | AnalyticStatisticsFourVo analyticStatisticsFour(List<Complaint> complaints); |
| | | |
| | | |
| | | /** |
| | | * 查询党员或上级对应的诉求列表 |
| | | * @param query |
| | | * @param loginUserInfo |
| | | * @return |
| | | */ |
| | | List<Complaint> queryCompliantList(AppStaticsQuery query, LoginUserInfoVO loginUserInfo); |
| | | } |