张天森
2022-09-19 3bf9cd1584ff5907083d7219a3ed446137dea873
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);
}