101captain
2022-02-25 caefe9a9cc486247f831e46356b0b03ca450fdf9
springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/dao/UserDao.java
@@ -234,4 +234,12 @@
     */
    int countSocialOrg(Long userId);
    /**
     * 查看是否是微团队成员
     * @param phone
     * @param userCommunityId
     * @return
     */
    int countFmsMember(@Param("phone") String phone, @Param("communityId") Long userCommunityId);
}