lin
2024-03-11 a9c3679355a14ff6f3dd7f72413f8d2414f5c488
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);
}