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); } }