| | |
| | | ComActAcidMemberVO selectAcidMemberByPhone(@Param("phone") String phone); |
| | | |
| | | /** |
| | | * 查询单位管理员 |
| | | * @param phone |
| | | * @return |
| | | */ |
| | | Integer selectOrgAdmin(@Param("phone") String phone); |
| | | |
| | | /** |
| | | * 查询报道单位id |
| | | * @param phone |
| | | * @return |
| | | */ |
| | | Long selectCheckUnitId(@Param("phone") String phone); |
| | | |
| | | /** |
| | | * 根据社区名称查询区县社区联动关系 |
| | | * @param relationName |
| | | * @return |
| | | */ |
| | | List<ComAreaTownCommunityVO> selectAreaTownCommunity(@Param("relationName") String relationName); |
| | | |
| | | /** |
| | | * 根据街道id查询区域名称 |
| | | * @param streetId |
| | | * @return |
| | | */ |
| | | String selectAreaCodeByStreetId(Long streetId); |
| | | } |