tangxiaobao
2021-08-20 91275344f85d2777be0f276e9d9da3f6f3fa6728
springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/java/com/panzhihua/service_grid/api/MapApi.java
@@ -89,4 +89,9 @@
        return eventGridMemberRelationService.getMapGridListsByApp(cascadeListDTO);
    }
    @PostMapping("getMapGridsListsByApp")
    public R getMapGridsListsByApp(@RequestParam("userId") Long userId){
        return eventGridMemberRelationService.getMapGridsListsByApp(userId);
    }
}