duxin 1 rok pred
rodič
commit
bac9a0b568
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/jfw/front/classificationTag.go

+ 1 - 1
src/jfw/front/classificationTag.go

@@ -69,7 +69,7 @@ func GetWinnerInfo() (data []*BuyerList) {
 
 	for _, v := range *rs {
 		var vs BuyerList
-		id := qu.InterfaceToStr(v["sep_id"])
+		id := qu.InterfaceToStr(v["seo_id"])
 		vs.Name = qu.InterfaceToStr(v["name"])
 		vs.Url = fmt.Sprintf("/qy/%s.html", id)
 		data = append(data, &vs)