| | |
| | | |
| | | |
| | | |
| | | Page<ComplaintVO> selectComplaintPage2(@Param("page") Page<ComplaintVO> page, @Param("query") ComplaintQuery query, @Param("accountLevel") Integer accountLevel, @Param("targetId") Long targetId); |
| | | |
| | | |
| | | |
| | | /** |
| | | * 工单详情 |
| | | * @param id |
| | |
| | | List<Complaint> getStatusForList(@Param("ids") List<Long> ids); |
| | | |
| | | |
| | | Page<ComplaintVO> selectComplaintPage3(@Param("page") Page<ComplaintVO> page, @Param("query") ComplaintQuery query, @Param("accountLevel") Integer accountLevel, @Param("targetId") Long targetId); |
| | | |
| | | |
| | | Page<ComplaintVO> selectComplaintPage4(@Param("page") Page<ComplaintVO> page, @Param("query") ComplaintQuery query, @Param("oneDepartmentId") Integer oneDepartmentId); |
| | | |
| | | |
| | | Page<ComplaintVO> selectComplaintPage5(@Param("page") Page<ComplaintVO> page, @Param("query") ComplaintQuery query, @Param("streetId") String streetId,@Param("ids") List<Integer> ids); |
| | | |
| | | |
| | | Page<ComplaintVO> selectComplaintPage6(@Param("page") Page<ComplaintVO> page, @Param("query") ComplaintQuery query, @Param("communityId") Long communityId, @Param("ids") List<Integer> ids); |
| | | |
| | | } |