linwei
2024-01-17 687f224f099d08f9d7a5d908570d28e5d8b7e7c6
src/main/java/org/springblade/modules/task/mapper/TaskReportForRepairsMapper.java
@@ -48,10 +48,11 @@
   /**
    * 查询报事报修统计
    *
    * @param userId
    * @return
    */
   TaskReportStatistics getStatisticsCount(@Param("userId") Long userId);
   TaskReportStatistics getStatisticsCount(@Param("userId") Long userId, @Param("houseCode") String houseCode);
   Integer getStatistics(Long userId,String neiCode);