张天森
2022-09-19 12c1b9b5dee193573ebb7714685ab3685bdb8c1b
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java
@@ -10493,5 +10493,5 @@
     * 事件占比统计饼图
     * */
    @GetMapping("/indexData/event")
    R eventIndexData(@RequestParam Integer type);
    R eventIndexData(@RequestParam("type") Integer type);
}