| | |
| | | import com.panzhihua.sangeshenbian.model.entity.Complaint; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.panzhihua.sangeshenbian.model.query.ComplaintQuery; |
| | | import com.panzhihua.sangeshenbian.model.vo.AppComplaintRejectVO; |
| | | import com.panzhihua.sangeshenbian.model.vo.ComplaintTodoVO; |
| | | import com.panzhihua.sangeshenbian.model.vo.ComplaintVO; |
| | | import com.panzhihua.sangeshenbian.warpper.MgtComplaintQuery; |
| | |
| | | * @return |
| | | */ |
| | | ComplaintVO getDetailBg(Long id); |
| | | |
| | | /** |
| | | * |
| | | * @param page |
| | | * @param keyword |
| | | * @param accountLevel |
| | | * @param targetId |
| | | * @return |
| | | */ |
| | | Page<ComplaintVO> queryProcessingRecordPage(Page<ComplaintVO> page,@Param("keyword")String keyword, |
| | | @Param("accountLevel") Integer accountLevel, @Param("targetId") Long targetId); |
| | | Page<AppComplaintRejectVO> queryRejectRecordPage(Page<ComplaintVO> page, @Param("keyword") String keyword, |
| | | @Param("accountLevel") Integer accountLevel, @Param("targetId") Long targetId); |
| | | } |