From bf11f4c820dcbcdce15a0e553ae3475e6821638a Mon Sep 17 00:00:00 2001 From: wr <1754607820@qq.com> Date: Tue, 7 Jan 2025 09:54:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../gather/detection/service/impl/DetectionServiceImpl.java | 2 +- .../gather/storage/service/impl/AdNonHarmonicServiceImpl.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/detection/src/main/java/com/njcn/gather/detection/service/impl/DetectionServiceImpl.java b/detection/src/main/java/com/njcn/gather/detection/service/impl/DetectionServiceImpl.java index e2b3619b..260b953c 100644 --- a/detection/src/main/java/com/njcn/gather/detection/service/impl/DetectionServiceImpl.java +++ b/detection/src/main/java/com/njcn/gather/detection/service/impl/DetectionServiceImpl.java @@ -359,7 +359,7 @@ public class DetectionServiceImpl { .filter(x -> TYPE_T.equals(x.getPhase())) .collect(Collectors.toList()); DetectionData t = rangeComparisonList(map.get(TYPE_B), pqErrSysDtls, fData, channelTypeBList.get(0).getValue(), dataRule); - result.setBValue(JSON.toJSONString(t)); + result.setTValue(JSON.toJSONString(t)); List numbers = Arrays.asList(t.getIsData()); result.setResultFlag(setResultFlag(numbers)); } diff --git a/storage/src/main/java/com/njcn/gather/storage/service/impl/AdNonHarmonicServiceImpl.java b/storage/src/main/java/com/njcn/gather/storage/service/impl/AdNonHarmonicServiceImpl.java index ecba095e..7d19dbe2 100644 --- a/storage/src/main/java/com/njcn/gather/storage/service/impl/AdNonHarmonicServiceImpl.java +++ b/storage/src/main/java/com/njcn/gather/storage/service/impl/AdNonHarmonicServiceImpl.java @@ -149,7 +149,7 @@ public class AdNonHarmonicServiceImpl extends ServiceImpl