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