From dca440a3ffc59710656931de97f797c4e13c5f3f Mon Sep 17 00:00:00 2001
From: Pu Zhibing <393733352@qq.com>
Date: 星期三, 09 七月 2025 19:41:29 +0800
Subject: [PATCH] Merge branch 'dev' of http://120.76.84.145:10101/gitblit/r/java/mx_charging_pile

---
 ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/util/KsolarUtils.java |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/util/KsolarUtils.java b/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/util/KsolarUtils.java
index ab1137f..eb3cf11 100644
--- a/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/util/KsolarUtils.java
+++ b/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/util/KsolarUtils.java
@@ -99,10 +99,7 @@
         }
     }
 
-    public static void main(String[] args) throws Exception {
-        ArrayList<Map<String, Object>> monthEnergy = getMonthEnergy("2025-05", "2025-06");
-        System.out.println(monthEnergy);
-    }
+
 
     /**
      * 光伏累计
@@ -229,7 +226,10 @@
         }
         return value;
     }
-
+    public static void main(String[] args) throws Exception {
+        String electricity = getElectricity();
+        System.out.println(electricity);
+    }
 
 
 

--
Gitblit v1.7.1