linwe
2023-12-26 4066cec62ba5fff4472a4a0bf6533c94b6684b6e
src/main/java/org/springblade/modules/task/service/impl/TaskReportForRepairsServiceImpl.java
@@ -160,8 +160,8 @@
   }
   @Override
   public Integer getStatistics(Long userId) {
      return baseMapper.getStatistics(userId);
   public Integer getStatistics(Long userId,String neiCode) {
      return baseMapper.getStatistics(userId,neiCode);
   }
   /**