guoshilong
2023-11-03 f37e7e5c00cb8196ff978f8eac2aab3fe9465b0d
src/main/java/org/springblade/modules/doorplateAddress/mapper/DoorplateAddressMapper.java
@@ -50,13 +50,13 @@
    * 查询区域数据
    * @return
    */
    List<TreeNode> getRegionListByGrouyTwon();
    List<TreeNode> getRegionListByGroupTwon();
   /**
    * 查询区域数据
    * @return
    */
    List<TreeNode> getRegionListByGrouyNei();
    List<TreeNode> getRegionListByGroupNei();
   /**
    * 根据社区名称查询小区集合
@@ -99,4 +99,20 @@
   List<DoorplateAddressVOTree> getDistrictVOTreeList(@Param("code") String code);
   List<DoorplateAddressVOTree> getBuildingVOTreeList(@Param("code") String code);
   /**
    * 查询街路巷
    * @param name
    * @param code
    * @return
    */
   List<TreeNode> getStreetRuList(@Param("name") String name,@Param("code") String code);
   /**
    * 根据街路巷编号查询街路巷门牌名称集合
    * @param name 该处当社区编号用
    * @param code 街路巷编号
    * @return
    */
   List<FuncNode> getDoorplateNameList(@Param("name") String name,@Param("code") String code);
}