diff --git a/pkg/iplibrary/reader_result.go b/pkg/iplibrary/reader_result.go index 2a47321..6d7c654 100644 --- a/pkg/iplibrary/reader_result.go +++ b/pkg/iplibrary/reader_result.go @@ -177,7 +177,7 @@ func (this *QueryResult) Summary() string { pieces = append(pieces, cityName) } if len(townName) > 0 && !lists.ContainsString(pieces, townName) && !lists.ContainsString(pieces, strings.TrimSuffix(townName, "县")) { - pieces = append(pieces, cityName) + pieces = append(pieces, townName) } if len(providerName) > 0 && !lists.ContainsString(pieces, providerName) {