From 1972a7add2e7b752d6c442a5b2c0e2ad93b6c6d2 Mon Sep 17 00:00:00 2001 From: monomania Date: Sun, 12 Apr 2020 23:09:46 +0800 Subject: [PATCH] 1.xxx --- foot-core/module/analy/service/AnalyService.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/foot-core/module/analy/service/AnalyService.go b/foot-core/module/analy/service/AnalyService.go index 20d5410..5a7e84a 100644 --- a/foot-core/module/analy/service/AnalyService.go +++ b/foot-core/module/analy/service/AnalyService.go @@ -147,7 +147,9 @@ func (this *AnalyService) Analy_Process(matchList []*entity2.MatchLast, thiz Ana } else if nil != temp_data { temp_data.TOVoid = true - temp_data.Result = "" + if temp_data.AlFlag == "C4"{ + temp_data.Result = "" + } if len(temp_data.Id) > 0 { if temp_data.HitCount >= hit_count { temp_data.HitCount = (hit_count / 2) - 1 -- GitLab