From 791b041cca702b22584fe4334957c9b2bb3fca82 Mon Sep 17 00:00:00 2001
From: panlei <2799247126@qq.com>
Date: 星期四, 14 十一月 2019 10:57:05 +0800
Subject: [PATCH] ---

---
 algorithm/static/static.go |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/algorithm/static/static.go b/algorithm/static/static.go
index f050591..42b308b 100644
--- a/algorithm/static/static.go
+++ b/algorithm/static/static.go
@@ -16,7 +16,10 @@
 		if rule.SdkArgAlias == "score" || rule.SdkArgAlias == "proportion" || rule.SdkArgAlias == "size" || rule.SdkArgAlias == "" { // 鍒ゆ柇鐨勬槸鐩镐技鍊硷紝鍗犳瘮锛屽昂瀵哥瓑杩囨护鏉′欢锛屽鏋滃啀鏈夛紝杩樺彲浠ュ啀鍔�
 			return filterRule(rule, am)
 		} else if rule.SdkArgAlias == "duration" {
-			return CompareAndSave(rule,am,lable,args,message)
+
+			lr := CompareAndSave(rule,am,lable,args,message)
+			logger.Info("涓綋闈欐瑙勫垯缁撴灉锛�",lr)
+			return lr
 		} else {
 			return structure.LittleRuleResult{}
 		}

--
Gitblit v1.8.0