| | |
| | | */ |
| | | List<TaskReportForRepairsVO> selectTaskReportForRepairsPage(IPage page, |
| | | @Param("vo") TaskReportForRepairsVO taskReportForRepairs, |
| | | @Param("list") List<String> list); |
| | | @Param("regionChildCodesList") List<String> regionChildCodesList, |
| | | @Param("isAdministrator") Integer isAdministrator, |
| | | @Param("aoiCodeList") List<String> aoiCodeList, |
| | | @Param("gridCodeList") List<String> gridCodeList); |
| | | |
| | | |
| | | /** |
| | |
| | | * @param userId |
| | | * @return |
| | | */ |
| | | TaskReportStatistics getStatisticsCount(@Param("userId") Long userId, @Param("houseCode") String houseCode, @Param("neiCode") String neiCode); |
| | | TaskReportStatistics getStatisticsCount(@Param("userId") Long userId, |
| | | @Param("houseCode") String houseCode, |
| | | @Param("regionChildCodesList") List<String> regionChildCodesList, |
| | | @Param("isAdministrator") Integer isAdministrator); |
| | | |
| | | Integer getStatistics(Long userId,String neiCode); |
| | | Integer getStatistics(Long userId, String neiCode, String roleName,@Param("regionChildCodesList") List<String> regionChildCodesList, |
| | | @Param("isAdministrator") Integer isAdministrator, |
| | | @Param("gridCodeList") List<String> gridCodeList); |
| | | |
| | | /** |
| | | * 更新状态--临时接口 |