From b6b0cb226fcf184525ee7b36af3a09471e9c0057 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 25 三月 2024 11:29:33 +0800 Subject: [PATCH] 修改数据统计的查询条件 --- src/main/java/com/lf/server/mapper/sys/ReportMapper.java | 174 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 174 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 3b03c0a..73ff766 100644 --- a/src/main/java/com/lf/server/mapper/sys/ReportMapper.java +++ b/src/main/java/com/lf/server/mapper/sys/ReportMapper.java @@ -1,5 +1,6 @@ package com.lf.server.mapper.sys; +import com.lf.server.entity.ctrl.CoordinateEntity; import com.lf.server.entity.ctrl.CountEntity; import com.lf.server.entity.sys.ReportEntity; import org.apache.ibatis.annotations.Mapper; @@ -105,6 +106,13 @@ public List<CountEntity> countSizes(); /** + * 鎸夋枃浠剁被鍨嬬粺璁� + * + * @return + */ + public List<CountEntity> countSizesByType(); + + /** * 鏈嶅姟璋冪敤閲忕粺璁� * * @return @@ -117,4 +125,170 @@ * @return */ public List<CountEntity> countOperates(); + + /** + * 鎸夐」鐩粺璁℃暟鎹� + * + * @return + */ + public List<CountEntity> countSizesByPrj(); + + /** + * 鎸夐」鐩粺璁¢捇瀛旀暟鎹� + * + * @return + */ + public List<CountEntity> countExplorationPoints(); + + /** + * 鏍规嵁椤圭洰缂栫爜鏌ヨ閽诲瓟鏁版嵁鍧愭爣鐐� + * + * @param code + * @return + */ + 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