From 3053622a190f1ed98a1fdd5ce998f9bda5cc7e87 Mon Sep 17 00:00:00 2001
From: Pu Zhibing <393733352@qq.com>
Date: 星期二, 22 七月 2025 18:20:38 +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/controller/RegionController.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/RegionController.java b/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/RegionController.java
index 56faece..ac12260 100644
--- a/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/RegionController.java
+++ b/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/RegionController.java
@@ -81,8 +81,8 @@
 
 	@PostMapping(value = "/getGreenElectricity")
 	@ResponseBody
-	public R<BigDecimal> getGreenElectricity(@RequestBody List<Integer> siteIds){
-		BigDecimal greenElectricity = screenContentMapper.getGreenElectricity(siteIds);
+	public R<BigDecimal> getGreenElectricity(){
+		BigDecimal greenElectricity = screenContentMapper.getGreenElectricity(Arrays.asList(26,25));
 		return R.ok(greenElectricity);
 	}
 

--
Gitblit v1.7.1