From b2c975094e4a3cac5ba67c154e9b7b4fd0ce35c9 Mon Sep 17 00:00:00 2001 From: 101captain <237651143@qq.com> Date: 星期一, 25 四月 2022 17:34:36 +0800 Subject: [PATCH] 花城E+防疫修改 --- springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/dao/UserDao.java | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/dao/UserDao.java b/springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/dao/UserDao.java index f3f3b1c..f366e24 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/dao/UserDao.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/dao/UserDao.java @@ -234,4 +234,20 @@ */ int countSocialOrg(Long userId); + + /** + * 查看是否是微团队成员 + * @param phone + * @param userCommunityId + * @return + */ + int countFmsMember(@Param("phone") String phone, @Param("communityId") Long userCommunityId); + + /** + * 查看是否网格员 + * @param phone + * @param userCommunityId + * @return + */ + int countEasyPhotoMember(@Param("phone") String phone,@Param("communityId") Long userCommunityId); } -- Gitblit v1.7.1