From 535223079f6fa155feb492e1b48786ece31d3467 Mon Sep 17 00:00:00 2001
From: liujie <1793218484@qq.com>
Date: 星期五, 30 五月 2025 18:18:27 +0800
Subject: [PATCH] 小程序接口修改

---
 springcloud_k8s_panzhihuazhihuishequ/service_westcommittee/src/main/java/com/panzhihua/westcommittee/api/AnalyticStatisticsController.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_westcommittee/src/main/java/com/panzhihua/westcommittee/api/AnalyticStatisticsController.java b/springcloud_k8s_panzhihuazhihuishequ/service_westcommittee/src/main/java/com/panzhihua/westcommittee/api/AnalyticStatisticsController.java
index f2de00c..7b9cd24 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_westcommittee/src/main/java/com/panzhihua/westcommittee/api/AnalyticStatisticsController.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/service_westcommittee/src/main/java/com/panzhihua/westcommittee/api/AnalyticStatisticsController.java
@@ -55,7 +55,7 @@
 
 
     @PostMapping("/data")
-    @ApiOperation(value = "分析统计", tags = {"三个身边后台-分析统计"})
+    @ApiOperation(value = "分析统计", tags = {"西区纪委后台-分析统计"})
     public R<AnalyticStatisticsDataVo> data(@Valid @RequestBody AnalyticStatisticsQuery query){
         SystemUserVo loginUserInfoSanGeShenBian = getLoginUserInfoWest();
         Integer id = loginUserInfoSanGeShenBian.getId();
@@ -192,7 +192,7 @@
 
 
     @GetMapping("/getRegion")
-    @ApiOperation(value = "分析统计--获取市-区县-街道-社区", tags = {"三个身边后台-分析统计--获取市-区县-街道-社区"})
+    @ApiOperation(value = "分析统计--获取市-区县-街道-社区", tags = {"西区纪委后台-分析统计--获取市-区县-街道-社区"})
     public R<AnalyticStatisticsRegionVo> getRegion(){
         SystemUserVo loginUserInfoSanGeShenBian = getLoginUserInfoWest();
         Integer id = loginUserInfoSanGeShenBian.getId();
@@ -267,7 +267,7 @@
 
 
     @GetMapping("/getNextRegion")
-    @ApiOperation(value = "分析统计--获取下一级树", tags = {"三个身边后台-分析统计--获取市-区县-街道-社区"})
+    @ApiOperation(value = "分析统计--获取下一级树", tags = {"西区纪委后台-分析统计--获取市-区县-街道-社区"})
     @ApiImplicitParams({
             @ApiImplicitParam(name = "id", value = "区 传regionCode  街道streetId", required = true, dataType = "String"),
             @ApiImplicitParam(name = "type", value = "1区  2街道", required = true, dataType = "Integer")
@@ -285,7 +285,7 @@
     }
 
     @GetMapping("/getLastRegion")
-    @ApiOperation(value = "分析统计--获取上级回显", tags = {"三个身边后台-分析统计--获取市-区县-街道-社区"})
+    @ApiOperation(value = "分析统计--获取上级回显", tags = {"西区纪委后台-分析统计--获取市-区县-街道-社区"})
     @ApiImplicitParams({
             @ApiImplicitParam(name = "id", value = "街道streetId 社区 communityId", required = true, dataType = "String"),
             @ApiImplicitParam(name = "type", value = "2街道 3社区", required = true, dataType = "Integer")

--
Gitblit v1.7.1