liujie
11 小时以前 1c2dd640beec3a2e2458fbe272768ad0416d6211
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);
    }