| | |
| | | * @return |
| | | */ |
| | | ComplaintVO detail(Long id, LoginUserInfoVO loginUserInfoVO); |
| | | |
| | | /** |
| | | * 保存办理进度 |
| | | * |
| | |
| | | * @param query |
| | | * @return |
| | | */ |
| | | AnalyticStatisticsOneVo analyticStatisticsOne(AnalyticStatisticsQuery query,List<Complaint> complaints, SimpleDateFormat simpleDateFormat); |
| | | AnalyticStatisticsOneVo analyticStatisticsOne(AnalyticStatisticsQuery query,List<Complaint> complaints, SimpleDateFormat simpleDateFormat,Integer level); |
| | | |
| | | |
| | | /** |
| | |
| | | * @param complainId |
| | | * @param userId |
| | | */ |
| | | void assignComplain(LoginUserInfoVO loginUserInfo, Long complainId, Integer userId,String remark); |
| | | void assignComplain(LoginUserInfoVO loginUserInfo, Long complainId, Integer userId,String remark,String problemType); |
| | | |
| | | List<DispatchVO> getAllocationList(LoginUserInfoVO loginUserInfo); |
| | | |
| | |
| | | |
| | | void saveComplaintAdmin(Complaint complaint, SystemUserVo loginUserInfoWest); |
| | | |
| | | void setProblemType(LoginUserInfoVO loginUserInfo, SetProblemTypeDto dto); |
| | | |
| | | |
| | | |
| | | |
| | | } |