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 |   53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 53 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 a7a1093..c234019 100644
--- a/src/main/java/com/lf/server/mapper/sys/ReportMapper.java
+++ b/src/main/java/com/lf/server/mapper/sys/ReportMapper.java
@@ -238,4 +238,57 @@
      * @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