linwe
2024-05-28 0ae58361b572a82a8ff1be2256c0d25fa5ec3ea4
src/main/java/org/springblade/modules/doorplateAddress/mapper/DoorplateAddressMapper.java
@@ -256,4 +256,18 @@
    */
   List<DoorplateAddressEntity> getNotBindGridRangeDoorList(@Param("townName") String townName,
                                              @Param("communityName") String communityName);
   /**
    * 根据房屋id 查询对应的地址信息
    * @param houseId
    * @return
    */
   DoorplateAddressVO getDoorplateAddressDetailByHouseId(@Param("houseId") Long houseId);
   /**
    * 查询未入库的场所
    * @param townName
    * @return
    */
   Integer getNotPlaceListCount(@Param("townName") String townName);
}