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 |   55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 54 insertions(+), 1 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..73ff766 100644
--- a/src/main/java/com/lf/server/mapper/sys/ReportMapper.java
+++ b/src/main/java/com/lf/server/mapper/sys/ReportMapper.java
@@ -143,8 +143,8 @@
     /**
      * 鏍规嵁椤圭洰缂栫爜鏌ヨ閽诲瓟鏁版嵁鍧愭爣鐐�
      *
+     * @param code
      * @return
-     * @date
      */
     public List<CoordinateEntity> selectExplorationPoints(String code);
 
@@ -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