From 5a278a0965b417e7f39e8c209e2ff401f415066a Mon Sep 17 00:00:00 2001 From: 101captain <237651143@qq.com> Date: 星期一, 21 二月 2022 14:07:48 +0800 Subject: [PATCH] Merge branch 'hemenkou_dev' into dev --- 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 c3601dd..f3f3b1c 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,20 @@ * @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); + } -- Gitblit v1.7.1