| | |
| | | */ |
| | | Page<ComplaintVO> selectComplaintPage(Page<ComplaintVO> page, @Param("query") ComplaintQuery query, @Param("targetId") String targetId, @Param("isSuperior") Integer isSuperior); |
| | | |
| | | |
| | | /** |
| | | * 工单列表 |
| | | * @param page |
| | | * @param query |
| | | * @param targetId |
| | | * @param isSuperior |
| | | * @return |
| | | */ |
| | | Page<ComplaintVO> selectComplaintPage1(Page<ComplaintVO> page, @Param("query") ComplaintQuery query, @Param("accountLevel") Integer accountLevel, @Param("targetId") String targetId); |
| | | |
| | | |
| | | |
| | | /** |
| | | * 工单详情 |
| | | * @param id |
| | | * @return |
| | | */ |
| | | ComplaintVO getDetail(Long id); |
| | | ComplaintVO getDetail(@Param("id") Long id,@Param("targetId") String targetId, @Param("isSuperior") Integer isSuperior); |
| | | |
| | | /** |
| | | * 获取待办诉求 |