diff --git a/src/main/java/com/vince/xq/project/system/ProbeJobInstance/service/ProbeJobInstanceServiceImpl.java b/src/main/java/com/vince/xq/project/system/ProbeJobInstance/service/ProbeJobInstanceServiceImpl.java index af48169..3ffc09f 100644 --- a/src/main/java/com/vince/xq/project/system/ProbeJobInstance/service/ProbeJobInstanceServiceImpl.java +++ b/src/main/java/com/vince/xq/project/system/ProbeJobInstance/service/ProbeJobInstanceServiceImpl.java @@ -80,6 +80,7 @@ private ProbeJobInstanceResult extract(ProbeJobInstance instance) { } } + if (StringUtils.isNotEmpty(instance.getNullResult())){ JSONObject nullResultObj = JSONObject.parseObject(instance.getNullResult()); List nullResultList = new ArrayList<>(); diff --git a/src/main/resources/templates/system/probeJobInstance/detail.html b/src/main/resources/templates/system/probeJobInstance/detail.html index 197b5fd..feba59b 100644 --- a/src/main/resources/templates/system/probeJobInstance/detail.html +++ b/src/main/resources/templates/system/probeJobInstance/detail.html @@ -81,9 +81,11 @@ - + + - + +