From ba8c5a4a8963f1f6601469110b4cb088cb420a98 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E4=BB=98=E5=85=89=E8=8D=A310144542?= Date: Thu, 30 Aug 2018 16:28:15 +0800 Subject: [PATCH] Changed the Query Logic for logicLink MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Ia8acb01f475ff3da3f381ec1f1a927dd5a35f73d Issue-ID: HOLMES-162 Signed-off-by: 付光荣10144542 --- rules/ccvnp-rule.drl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/ccvnp-rule.drl b/rules/ccvnp-rule.drl index 1471aa9..e006dbb 100644 --- a/rules/ccvnp-rule.drl +++ b/rules/ccvnp-rule.drl @@ -36,7 +36,7 @@ function String getLogicLink(VesAlarm alarm) { getAdditionalField(alarm, "networkId"), getAdditionalField(alarm, "node"), getAdditionalField(alarm, "tp-id"), - getAdditionalField(alarm, "oper-status") + null ); } -- 2.16.6