lin
2024-03-12 02f3b2a577143724b09a70cd13cd3e9256f5fc21
src/main/java/org/springblade/modules/house/mapper/HouseRentalMapper.java
@@ -69,5 +69,9 @@
    */
   List<HouseRentalExcel> export(@Param("vo") HouseRentalTenantVO houseRental);
   Integer getStatisticsCount(Long userId,String neiCode);
   Integer getStatisticsCount(@Param("house") HouseRentalTenantVO houseRental,
                        @Param("regionChildCodesList") List<String> regionChildCodesList,
                        @Param("gridCodeList") List<String> gridCodeList,
                        @Param("isAdministrator") Integer isAdministrator);
}