Pu Zhibing
4 天以前 dca440a3ffc59710656931de97f797c4e13c5f3f
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);
    }