From 8419450427040453fc13d32b031c2ff3acb9b564 Mon Sep 17 00:00:00 2001 From: wr <1754607820@qq.com> Date: Thu, 6 Mar 2025 08:46:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/PqScriptDtlsServiceImpl.java | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/detection/src/main/java/com/njcn/gather/script/service/impl/PqScriptDtlsServiceImpl.java b/detection/src/main/java/com/njcn/gather/script/service/impl/PqScriptDtlsServiceImpl.java index 94c6622a..70e19c28 100644 --- a/detection/src/main/java/com/njcn/gather/script/service/impl/PqScriptDtlsServiceImpl.java +++ b/detection/src/main/java/com/njcn/gather/script/service/impl/PqScriptDtlsServiceImpl.java @@ -34,6 +34,7 @@ import com.njcn.gather.type.pojo.po.DevType; import com.njcn.gather.type.service.IDevTypeService; import lombok.RequiredArgsConstructor; import lombok.extern.slf4j.Slf4j; +import org.hamcrest.core.Is; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; @@ -205,7 +206,7 @@ public class PqScriptDtlsServiceImpl extends ServiceImpl curList = value.stream().filter(x -> CUR.equals(x.getValueType())) @@ -217,7 +218,7 @@ public class PqScriptDtlsServiceImpl extends ServiceImpl channelListDTOS, - PqScriptCheckDataParam checkDataParam) { + PqScriptCheckDataParam checkDataParam, + Boolean isValueType) { List info = new ArrayList<>(); info.add("A"); info.add("B"); @@ -937,7 +939,11 @@ public class PqScriptDtlsServiceImpl extends ServiceImpl