springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/dao/UserDao.java
@@ -242,4 +242,12 @@ * @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); }