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