springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/dao/UserDao.java
@@ -258,9 +258,23 @@ ComActAcidMemberVO selectAcidMemberByPhone(@Param("phone") String phone); /** * 查询单位管理员 * @param phone * @return */ Integer selectOrgAdmin(@Param("phone") String phone); /** * 根据社区名称查询区县社区联动关系 * @param relationName * @return */ List<ComAreaTownCommunityVO> selectAreaTownCommunity(@Param("relationName") String relationName); /** * 根据街道id查询区域名称 * @param streetId * @return */ String selectAreaCodeByStreetId(Long streetId); }