manailin
2022-09-21 d6aabd981bf80cd57c09819f42b1c4e79f1904f9
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);
}