linwei
2024-01-18 ddf6452d487465e6fdfabc154bc46e0d2d0c6823
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, @Param("neiCode") String neiCode);
   Integer getStatistics(Long userId,String neiCode);