From 0f974154c5dcdb2ad5246c6954008b9976238d9a Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期日, 26 二月 2023 13:28:53 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.20.39:8989/r/LFServer --- src/main/java/com/lf/server/controller/show/OneMapController.java | 42 ++++++++++++++++++++++++++++++++++-------- 1 files changed, 34 insertions(+), 8 deletions(-) diff --git a/src/main/java/com/lf/server/controller/show/OneMapController.java b/src/main/java/com/lf/server/controller/show/OneMapController.java index b5665fa..8c23851 100644 --- a/src/main/java/com/lf/server/controller/show/OneMapController.java +++ b/src/main/java/com/lf/server/controller/show/OneMapController.java @@ -5,6 +5,7 @@ import com.lf.server.controller.all.BaseController; import com.lf.server.entity.all.ResponseMsg; import com.lf.server.entity.bs.MpipelineEntity; +import com.lf.server.entity.show.OneMapEntity; import com.lf.server.service.show.OneMapService; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; @@ -101,6 +102,31 @@ } /** + * 鏁版嵁澶х被缁熻 + * Statistics of large categories of data + */ + @SysLog() + @ApiOperation(value = "鏁版嵁澶х被缁熻") + @GetMapping("/countLargeCategories") + public ResponseMsg<Object> statisticalDataCategories() { + List<String> resList = aMapOfPipelineService.statisticalDataCategories(); + return success(resList); + } + + /** + * 鏁版嵁鏈嶅姟绫诲瀷缁熻 + * Data service type statistics + * */ + @SysLog() + @ApiOperation(value = "鏁版嵁鏈嶅姟绫诲瀷缁熻") + @GetMapping("/countDataServiceType") + public ResponseMsg<Object> statisticalDataServiceType() { + List<String> resList = aMapOfPipelineService.statisticalDataServiceType(); + return success(resList); + } + + + /** * 鏁版嵁缁熻 * 鏂囦欢鏍煎紡缁村害-鏂囦欢涓暟 * File format dimension @@ -191,16 +217,16 @@ /** - * 椤圭洰宸ョ▼绫诲瀷 - * Project type + * 宸ョ▼椤圭洰鐩綍 + * Project Catalog */ - /*@SysLog() - @ApiOperation(value = "椤圭洰宸ョ▼绫诲瀷") - @GetMapping("/countProjectType") - public ResponseMsg<Object> countProjectType() { - List<String> resList = aMapOfPipelineService.countProjectType1(); + @SysLog() + @ApiOperation(value = "宸ョ▼椤圭洰鐩綍") + @GetMapping("/selectProjectType") + public ResponseMsg<Object> selectProjectType() { + List<OneMapEntity> resList = aMapOfPipelineService.selectProjectType1(); return success(resList); - }*/ + } /** * 鏍规嵁琛ㄥ悕鏌ヨ琛ㄥ瓧娈典俊鎭� -- Gitblit v1.9.3