Browse Source

修复代码问题

Signed-off-by: allan716 <[email protected]>
allan716 3 years ago
parent
commit
64404aaae7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      TestCode/test_statistics_subs_score.go

+ 1 - 1
TestCode/test_statistics_subs_score.go

@@ -285,7 +285,7 @@ func statistics_subs_score_is_match(
 				return nil
 			}
 
-			if bok == false {
+			if bok == false && matchResult == nil {
 				return nil
 			}