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