From 218e763626af7cd58f61135f510c8992912b8dc4 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 12 三月 2024 14:17:37 +0800 Subject: [PATCH] 修改 单个项目文件数量 接口 --- src/main/java/com/lf/server/mapper/show/OneMapMapper.java | 116 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 116 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/lf/server/mapper/show/OneMapMapper.java b/src/main/java/com/lf/server/mapper/show/OneMapMapper.java index 0a438cb..0dff45a 100644 --- a/src/main/java/com/lf/server/mapper/show/OneMapMapper.java +++ b/src/main/java/com/lf/server/mapper/show/OneMapMapper.java @@ -1,15 +1,19 @@ package com.lf.server.mapper.show; import com.lf.server.entity.bs.MpipelineEntity; +import com.lf.server.entity.ctrl.CountEntity; import com.lf.server.entity.show.OneMapEntity; +import org.apache.ibatis.annotations.MapKey; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; import org.springframework.stereotype.Repository; import java.util.List; +import java.util.Map; /** * 绠$綉涓�寮犲浘Mapper + * * @author 閭㈤敠鍙� */ @Mapper @@ -44,11 +48,39 @@ public List<String> provinceDimensionCount(); /** + * 鍏ㄥ浗缁村害-鎸夌収椤硅嚜绫诲瀷缁熻涓嶅悓椤圭洰涓暟 + * + * @return {@link List}<{@link String}> + */ + public List<String> countProjectTypeNumber(); + + /** * 鏁版嵁瀛樺偍conut * * @return {@link List}<{@link String}> */ public List<String> dataStorageCount(); + + /** + * 缁熻鏁版嵁绫诲埆 + * + * @return {@link List}<{@link String}> + */ + public List<String> statisticalDataCategories(); + + /** + * 缁熻鏁版嵁鏈嶅姟绫诲瀷 + * + * @return {@link List}<{@link String}> + */ + public List<String> statisticalDataServiceType(); + + /** + * 鐧诲綍浜烘暟缁熻 + * + * @return {@link List}<{@link String}> + */ + public List<String> loginNumberStatistics(); /** * 鏂囦欢鏍煎紡conut @@ -88,6 +120,7 @@ /** * 缁熻椤圭洰鍙傝 * + * @param mpipelineEntity mpipeline瀹炰綋 * @return {@link List}<{@link String}> */ public List<String> countProjectTour(MpipelineEntity mpipelineEntity); @@ -121,4 +154,87 @@ * @return {@link List}<{@link String}> */ public List<String> queryTableInfo(@Param("tableName") String tableName); + + /** + * 璁$畻鍏ㄧ悆绠¢亾鍥� + * + * @return {@link List}<{@link String}> + */ + public List<String> countGlobalPipeMap(); + + /** + * 璁$畻鍏ㄥ浗绠¢亾鍥� + * + * @return {@link List}<{@link String}> + */ + public List<String> countNationalPipeMap(); + + /** + * 鍏ㄥ浗绠$綉鍥捐緭閫佷粙璐ㄩ暱搴� + * + * @return {@link List}<{@link String}> + */ + public List<String> countZhPipeMapLenByMed(); + + /** + * 鍏ㄥ浗绔欏満搴ф暟銆侀榾瀹ゃ�佺閬撴暟绛� + * + * @return {@link List}<{@link String}> + */ + public List<String> countZhPipeStations(); + + /** + * 鎸夐」鐩粺璁¢」鐩瓨鍌ㄩ噺 + * + * @return {@link List}<{@link String}> + */ + public List<String> countStorageByProject(); + + /** + * 閫夋嫨椤圭洰淇℃伅 + * 鏌ヨ椤圭洰淇℃伅 + * + * @param projectCode 椤圭洰缂栫爜 + * @return {@link List}<{@link String}> + */ + public List<String> selectProjectInfo(String projectCode); + + /** + * 閫夋嫨椤圭洰鏂囦欢鍒楄〃 + * + * @return {@link List}<{@link String}> + */ + public List<String> selectProjectFileList(); + + /** + * 璁$畻瀛樺偍椤圭洰 + * + * @param projectCode 椤圭洰浠g爜 + * @return {@link List}<{@link String}> + */ + public List<String> countProjectStorage(String projectCode); + + /** + * 鍗曚釜椤圭洰鏂囦欢鏁伴噺 + * + * @param projectCode 椤圭洰浠g爜 + * @return + */ + @MapKey("") + public List<Map<String, Object>> countProjectType(String projectCode); + + /** + * 缁熻椤圭洰涓� + * + * @param projectCode 椤圭洰浠g爜 + * @return {@link List}<{@link String}> + */ + public List<String> countProjectDown(String projectCode); + + /** + * 鎸夊ぇ绫荤粺璁� - 鏁版嵁缁熻 + * + * @return + */ + public List<CountEntity> countByMajor(); } -- Gitblit v1.9.3