From 6a6f7c2f77c8a082aaa9256d7de927ff93905564 Mon Sep 17 00:00:00 2001 From: wr <1754607820@qq.com> Date: Thu, 11 Dec 2025 14:56:39 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=B0=83=E6=95=B4=E6=9A=82=E6=80=81=E7=AE=97?= =?UTF-8?q?=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../algorithm/serviceimpl/line/IDataCrossingServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algorithm/algorithm-boot/src/main/java/com/njcn/algorithm/serviceimpl/line/IDataCrossingServiceImpl.java b/algorithm/algorithm-boot/src/main/java/com/njcn/algorithm/serviceimpl/line/IDataCrossingServiceImpl.java index ff49a04..15aef13 100644 --- a/algorithm/algorithm-boot/src/main/java/com/njcn/algorithm/serviceimpl/line/IDataCrossingServiceImpl.java +++ b/algorithm/algorithm-boot/src/main/java/com/njcn/algorithm/serviceimpl/line/IDataCrossingServiceImpl.java @@ -114,7 +114,7 @@ public class IDataCrossingServiceImpl implements IDataCrossingService { lineParam.setType(calculatedParam.getType()); List lineIds = calculatedParam.getIdList(); //获取所有监测点的限值 - List overLimitList = csLineFeignClient.getOverLimitData(lineIds).getData(); + List overLimitList = commTerminalGeneralClient.getOverLimitDataByIds(lineIds).getData(); Map overLimitMap = overLimitList.stream().collect(Collectors.toMap(Overlimit::getId, Function.identity())); //添加异常数据时间点 getAbnormalData(lineParam);