|
@@ -116,7 +116,7 @@ func GetLetterMap(names string) []map[string]interface{} {
|
|
|
isNormal = true
|
|
|
data = append(data, map[string]interface{}{
|
|
|
"name": v1 + util.ObjToString(Seoconfig["seoKeywordSuffix"]),
|
|
|
- "url": fmt.Sprintf("/tags/industry/%v_all_all_%v.html", util.Int64All(v2["id"]), util.Int64All(v2["class_id"])),
|
|
|
+ "url": fmt.Sprintf("/tags/industry/%v_all_all_%v.html", util.Int64All(v2["class_id"]), util.Int64All(v2["id"])),
|
|
|
})
|
|
|
}
|
|
|
}
|