Browse Source

taginfo 修改

zhengkun 3 years ago
parent
commit
52dbbcf7cf
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/front/quality.go

+ 0 - 1
src/front/quality.go

@@ -86,7 +86,6 @@ func calculateFieldScore(tmp map[string]interface{}, field_tag []string) map[str
 		score := qu.Int64All(value["score"])
 		score := qu.Int64All(value["score"])
 		if score < 99 {
 		if score < 99 {
 			isUse = false //需要标注
 			isUse = false //需要标注
-			break
 		}
 		}
 	}
 	}