From 3470b33466cfd9ce423a46220ff81f734fae9fb7 Mon Sep 17 00:00:00 2001 From: whyclxw <810412026@qq.com> Date: 星期五, 20 六月 2025 11:32:34 +0800 Subject: [PATCH] 预警分析管理-主属性和配置属性 --- src/main/java/com/whyc/service/BattAlmparamService.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/whyc/service/BattAlmparamService.java b/src/main/java/com/whyc/service/BattAlmparamService.java index b898972..9a63a18 100644 --- a/src/main/java/com/whyc/service/BattAlmparamService.java +++ b/src/main/java/com/whyc/service/BattAlmparamService.java @@ -27,8 +27,8 @@ private BattInfService binfService; //鑾峰彇鐢垫睜鍛婅鍙傛暟 public Response getBattAlmParam(ParamAlmDto dto) { - //鏍规嵁鏌ヨ鏉′欢鑾峰彇鐢垫睜缁勯泦鍚� - BattInf binf=binfService.getBattgroupIdList(dto.getBattgroupId()); + //鏍规嵁鏌ヨ鏉′欢鑾峰彇鐢垫睜缁� + BattInf binf=binfService.getBattgroupIdInf(dto.getBattgroupId()); QueryWrapper wrapper=new QueryWrapper(); wrapper.eq("battgroup_id",dto.getBattgroupId()); if(dto.getAlmIdList()!=null){ -- Gitblit v1.9.1