|
@@ -299,10 +299,10 @@ func IndustryFllowWithTrack(industrialManagementId, count, uid int) (err error)
|
|
|
return err
|
|
|
}
|
|
|
|
|
|
-func init() {
|
|
|
- //IndustryFllowUserLabel(136, 16, 5660)
|
|
|
- //UserLabelLogReduce()
|
|
|
-}
|
|
|
+//func init() {
|
|
|
+//IndustryFllowUserLabel(136, 16, 5660)
|
|
|
+//UserLabelLogReduce()
|
|
|
+//}
|
|
|
|
|
|
// GetIndustryNewLabelMap 获取产业【新】标签Map
|
|
|
func GetIndustryNewLabelMap(industryIds []int) (labelMap map[int]bool, err error) {
|