From e55b5aaddc111abc8ae61260eb20fddf6b089c07 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期四, 21 三月 2024 14:09:10 +0800 Subject: [PATCH] 修改分类统计功能 --- src/main/java/com/lf/server/mapper/sys/ReportMapper.java | 144 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 144 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/lf/server/mapper/sys/ReportMapper.java b/src/main/java/com/lf/server/mapper/sys/ReportMapper.java index 257eb42..c234019 100644 --- a/src/main/java/com/lf/server/mapper/sys/ReportMapper.java +++ b/src/main/java/com/lf/server/mapper/sys/ReportMapper.java @@ -147,4 +147,148 @@ * @date */ public List<CoordinateEntity> selectExplorationPoints(String code); + + /** + * 鎸夐」鐩粺璁℃暟瀛楅珮绋嬫ā鍨嬮潰绉� + * + * @return + */ + public List<CountEntity> countDemAreaByPrj(); + + /** + * 鎸夐」鐩粺璁′笁缁村湴褰㈡ā鍨嬮潰绉� + * + * @return + */ + public List<CountEntity> countMptAreaByPrj(); + + /** + * 鎸夐」鐩粺璁″�炬枩鎽勫奖妯″瀷闈㈢Н + * + * @return + */ + public List<CountEntity> countOsgbAreaByPrj(); + + /** + * 鎸夐」鐩粺璁℃縺鍏夌偣浜戞ā鍨嬮潰绉� + * + * @return + */ + public List<CountEntity> countLasAreaByPrj(); + + /** + * 鎸夐」鐩粺璁″嫎瀵熷伐鐐逛釜鏁� + * + * @return + */ + public List<CountEntity> countSurveyWorksiteByPrj(); + + /** + * 鎸夐」鐩粺璁″嫎瀵熸姤鍛婁釜鏁� + * + * @return + */ + public List<CountEntity> countExplorationReportByPrj(); + + /** + * 鎸夐」鐩粺璁″穿濉屼釜鏁� + * + * @return + */ + public List<CountEntity> countCollapseByPrj(); + + /** + * 鎸夐」鐩粺璁℃偿鐭虫祦涓暟 + * + * @return + */ + public List<CountEntity> countDebrisFlowByPrj(); + + /** + * 鎸夐」鐩粺璁″湴闈㈠闄蜂釜鏁� + * + * @return + */ + public List<CountEntity> countGroundCollapseByPrj(); + + /** + * 鎸夐」鐩粺璁¢珮闄¤竟鍧′釜鏁� + * + * @return + */ + public List<CountEntity> countHighSteepSlopeByPrj(); + + /** + * 鎸夐」鐩粺璁℃粦鍧′釜鏁� + * + * @return + */ + public List<CountEntity> countLandSlideByPrj(); + + /** + * 鎸夐」鐩粺璁′笉绋冲畾鏂滃潯涓暟 + * + * @return + */ + public List<CountEntity> countUnstableSlopeByPrj(); + + /** + * 鎸夐」鐩粺璁℃按姣佷釜鏁� + * + * @return + */ + public List<CountEntity> countWaterDamageByPrj(); + + + /** + * 缁熻鏁板瓧绾垮垝鍥鹃潰绉� + * + * @return + */ + public List<CountEntity> countDlgAreaByPrj(); + + + /** + * 鎸夐」鐩粺璁℃暟瀛楁灏勫奖鍍忓浘闈㈢Н + * + * @return + */ + public List<CountEntity> countDomAreaByPrj(); + + /** + * 鎸夐」鐩粺璁$绾块暱搴� + * + * @return + */ + public List<CountEntity> countLineLength(); + + /** + * 鎸夐」鐩粺璁″嫎鎺㈢偣涓暟 + * + * @return + */ + public List<CountEntity> countExplorationPointByPrj(); + + + /** + * 鎸夐」鐩粺璁′笁缁村湴璐ㄦā鍨嬮潰绉� + * + * @return + */ + public List<CountEntity> countGeoModelAreaByPrj(); + + /** + * 鎸夐」鐩粺璁″湴鐏剧偣涓暟 + * + * @return + */ + public List<CountEntity> countGeologicHazardByPrj(); + + /** + * 椤圭洰鏁版嵁鍒嗙被缁熻 + * + * @param code + * @return + */ + public List<CountEntity> countVariousDataByPrj(String code); } -- Gitblit v1.9.3