From 65c6fd3df1dff9549e307ca923fb772f6309ee88 Mon Sep 17 00:00:00 2001 From: wr <1754607820@qq.com> Date: Wed, 14 May 2025 13:50:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../algorithm/serviceimpl/line/IDataCrossingServiceImpl.java | 2 -- 1 file changed, 2 deletions(-) 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 d22fdf0..96979f3 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 @@ -1064,11 +1064,9 @@ public class IDataCrossingServiceImpl implements IDataCrossingService { json.setValueType(split[1]); json.setTime(String.join(",", value.stream() .map(abnormal -> abnormal.getTime()) - .distinct() .collect(Collectors.toList()))); json.setValue(String.join(",", value.stream() .map(abnormal -> abnormal.getValue() + "") - .distinct() .collect(Collectors.toList()))); info.add(json); });