From 8d5fb4ee9d27fd6a61b210eaee74af265f76aa7c Mon Sep 17 00:00:00 2001 From: manailin <261030956@qq.com> Date: 星期五, 08 四月 2022 14:55:18 +0800 Subject: [PATCH] [修改]修改配置 --- springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/dao/UserDao.java | 24 ++++++++++++++++++++++++ 1 files changed, 24 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 c3601dd..502b163 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 @@ -218,4 +218,28 @@ * @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); } -- Gitblit v1.7.1