diff --git a/foot-core/module/analy/service/AnalyService.go b/foot-core/module/analy/service/AnalyService.go index 20d5410d4f732356d1ebf1c10572a0576ceaac30..5a7e84ac662f0281484f1e3b8996bb6d7a7ee60a 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