| | |
| | | */ |
| | | List<TaskReportForRepairsVO> selectTaskReportForRepairsPage(IPage page, |
| | | @Param("vo") TaskReportForRepairsVO taskReportForRepairs, |
| | | @Param("list") List<String> list); |
| | | @Param("list") List<String> list, |
| | | @Param("regionChildCodesList") List<String> regionChildCodesList, |
| | | @Param("isAdministrator") Integer isAdministrator); |
| | | |
| | | |
| | | /** |
| | | * 查询报事报修统计 |
| | | * |
| | | * @param userId |
| | | * @return |
| | | */ |
| | | TaskReportStatistics getStatisticsCount(@Param("userId") Long userId); |
| | | TaskReportStatistics getStatisticsCount(@Param("userId") Long userId, @Param("houseCode") String houseCode, @Param("neiCode") String neiCode); |
| | | |
| | | Integer getStatistics(Long userId); |
| | | Integer getStatistics(Long userId,String neiCode); |
| | | |
| | | /** |
| | | * 更新状态--临时接口 |
| | |
| | | */ |
| | | int updateView(GridmanEntity gridman); |
| | | |
| | | Integer getReportForStatistics(String code, Long userId, Integer status,Integer type); |
| | | Integer getReportForStatistics(String code, Long userId, Integer status, Integer type, String roleType); |
| | | } |