| | |
| | | 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.*; |
| | |
| | | */ |
| | | AnalyticStatisticsFourVo analyticStatisticsFour(List<Complaint> complaints); |
| | | |
| | | |
| | | /** |
| | | * 查询党员或上级对应的诉求列表 |
| | | * @param targetId |
| | | * @param accountLevel |
| | | * @param loginUserInfo |
| | | * @return |
| | | */ |
| | | List<Complaint> queryCompliantList(AppStaticsQuery query, LoginUserInfoVO loginUserInfo); |
| | | } |