springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/user/UserService.java
@@ -848,7 +848,7 @@ * @return 标签集合 */ @PostMapping("listtag/getTag") R listTags(@RequestParam("communityId") Long communityId); R listTags(); /** * 添加SysUser信息 @@ -1008,4 +1008,13 @@ */ @GetMapping("getUserListByCommunityId") R getUserListByCommunityId(@RequestParam("communityId") Long communityId); /** * 检查当前用户是否是社区工作人员 * @param phone * @param communityId * @return */ @GetMapping("checkIsTeam") R checkCurrentUserIsTeam(@RequestParam("phone") String phone, @RequestParam("communityId") Long communityId); }