linwei
2024-01-17 4ec472d8828e34fbcfb3990451d059e486b7d5ea
src/main/java/org/springblade/modules/task/mapper/TaskReportForRepairsMapper.java
@@ -48,12 +48,13 @@
   /**
    * 查询报事报修统计
    *
    * @param userId
    * @return
    */
   TaskReportStatistics getStatisticsCount(@Param("userId") Long userId);
   TaskReportStatistics getStatisticsCount(@Param("userId") Long userId, @Param("houseCode") String houseCode);
   Integer getStatistics(Long userId);
   Integer getStatistics(Long userId,String neiCode);
   /**
    * 更新状态--临时接口