From f6e52bce9475f2602e963b6d24c1732aaaef9783 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 15 三月 2024 14:31:46 +0800 Subject: [PATCH] 修改统计方法、数据的精度 --- src/main/java/com/lf/server/mapper/sys/ReportMapper.java | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 45 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..c7f1743 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,49 @@ * @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(); } -- Gitblit v1.9.3