springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/dao/UserDao.java
@@ -263,4 +263,11 @@ * @return */ List<ComAreaTownCommunityVO> selectAreaTownCommunity(@Param("relationName") String relationName); /** * 根据街道id查询区域名称 * @param streetId * @return */ String selectAreaCodeByStreetId(Long streetId); }