From feaaad2d357f5084d21f14a6929fe208b4c4ad0e Mon Sep 17 00:00:00 2001
From: whyclxw <810412026@qq.com>
Date: 星期六, 17 五月 2025 15:52:54 +0800
Subject: [PATCH] 机房,电源,电池组信息管理修改

---
 src/main/java/com/whyc/controller/ConditionController.java |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/whyc/controller/ConditionController.java b/src/main/java/com/whyc/controller/ConditionController.java
index 49efaae..ba9c539 100644
--- a/src/main/java/com/whyc/controller/ConditionController.java
+++ b/src/main/java/com/whyc/controller/ConditionController.java
@@ -112,6 +112,13 @@
         return powerInfService.getCompanyByUid(uinf.getId());
     }
 
+    @ApiOperation("鑾峰彇鐢垫簮鍨嬪彿(涓嬫媺)")
+    @GetMapping("getPowerModelByUid")
+    public Response getPowerModelByUid() {
+        User uinf= ActionUtil.getUser();
+        return powerInfService.getPowerModelByUid(uinf.getId());
+    }
+
 
     @ApiOperation(value = "褰撳墠鐢ㄦ埛鎵�鍦ㄥ寘鏈虹粍涓嬫墍鏈夌殑鐢ㄦ埛(涓嬫媺)")
     @GetMapping("getBaojiUserByUid")

--
Gitblit v1.9.1