From 16bad47d4f13758fb183abb577b93a8d80d77318 Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期六, 27 七月 2019 10:54:28 +0800 Subject: [PATCH] --- --- go.sum | 2 ++ go.mod | 2 +- ruleserver/ruleToformula.go | 2 ++ 3 files changed, 5 insertions(+), 1 deletions(-) diff --git a/go.mod b/go.mod index ff7e8a6..3876b4b 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ require ( basic.com/dbapi.git v0.0.0-20190724082851-b6ae90344405 basic.com/pubsub/cache.git v0.0.0-20190718093725-6a413e1d7d48 - basic.com/pubsub/protomsg.git v0.0.0-20190724081647-e1995f9a80e8 + basic.com/pubsub/protomsg.git v0.0.0-20190726110245-a9a6b404a78e basic.com/pubsub/sdkcompare.git v0.0.0-20190715013640-f536a4647d00 basic.com/valib/deliver.git v0.0.0-20190531095353-25d8c3b20051 basic.com/valib/gopherdiscovery.git v0.0.0-20190605034340-15d89d8b4e28 diff --git a/go.sum b/go.sum index 3769a80..e4836bc 100644 --- a/go.sum +++ b/go.sum @@ -12,6 +12,8 @@ basic.com/pubsub/protomsg.git v0.0.0-20190722020214-73680afe2ba3/go.mod h1:un5NV5VWQoblVLZfx1Rt5vyLgwR0jI92d3VJhfrJhWU= basic.com/pubsub/protomsg.git v0.0.0-20190724081647-e1995f9a80e8 h1:hZYUcHcivGiofP3mGUWOOv6zKFAQp1V2uAkhjAXFfys= basic.com/pubsub/protomsg.git v0.0.0-20190724081647-e1995f9a80e8/go.mod h1:un5NV5VWQoblVLZfx1Rt5vyLgwR0jI92d3VJhfrJhWU= +basic.com/pubsub/protomsg.git v0.0.0-20190726110245-a9a6b404a78e h1:uea7U8fNeQr4TMQgTYjW99NrmZRCCzpfERBZ8/WCqkI= +basic.com/pubsub/protomsg.git v0.0.0-20190726110245-a9a6b404a78e/go.mod h1:un5NV5VWQoblVLZfx1Rt5vyLgwR0jI92d3VJhfrJhWU= basic.com/pubsub/sdkcompare.git v0.0.0-20190715013640-f536a4647d00 h1:sK+Tx7rvM9J2WnNIwrzMDjZSylWiKNfQO0prUBfKsDk= basic.com/pubsub/sdkcompare.git v0.0.0-20190715013640-f536a4647d00/go.mod h1:8by33F9E1w17Pw/rDgJGJXAo122w0wDENG14hiMS+RE= basic.com/valib/deliver.git v0.0.0-20190531095353-25d8c3b20051 h1:9flC2o3kasaM2Y6I+mY+mxmve/pyAY/UzGQZLT3lFHM= diff --git a/ruleserver/ruleToformula.go b/ruleserver/ruleToformula.go index 46829fd..5780109 100644 --- a/ruleserver/ruleToformula.go +++ b/ruleserver/ruleToformula.go @@ -481,8 +481,10 @@ var args []*Arg if rule.RuleWithPre == "&&" { args = am.filterData + logger.Info("杩囨护鍚庣殑args鐨勯暱搴︿负锛�",len(args)) } else { args = am.args + logger.Info("娌¤繃婊ょ殑args鐨勯暱搴︿负锛�",len(args)) } // 鍏堟竻绌鸿繃婊ゅ悗鐨勬暟鎹紝鍐嶅線閲屽鏈杩囨护鍚庣殑鏁版嵁 am.filterData = am.filterData[0:0] -- Gitblit v1.8.0