소스 검색

Merge branch 'dev/v4.8.50_dx' of qmx/jy into feature/v4.8.50

duxin 1 년 전
부모
커밋
1f480ce2b1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/jfw/config/config.go

+ 1 - 1
src/jfw/config/config.go

@@ -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"])),
 					})
 				}
 			}