| | |
| | | * @return |
| | | */ |
| | | int countPropertyWorker(@Param("userId") Long userId, @Param("communityId") Long userCommunityId); |
| | | |
| | | /** |
| | | * 查看是否社工 |
| | | * @param phone |
| | | * @param communityId |
| | | * @return |
| | | */ |
| | | int countSocialWorker(@Param("phone") String phone, @Param("communityId") Long communityId); |
| | | |
| | | /** |
| | | * 查看是否社会组织 |
| | | * @param userId |
| | | * @return |
| | | */ |
| | | int countSocialOrg(Long userId); |
| | | |
| | | |
| | | /** |
| | | * 查看是否是微团队成员 |
| | | * @param phone |
| | | * @param userCommunityId |
| | | * @return |
| | | */ |
| | | int countFmsMember(@Param("phone") String phone, @Param("communityId") Long userCommunityId); |
| | | } |