|
@@ -869,10 +869,10 @@ func GetCygxIndustryFllowListTypeMapByMobile(mobile string) (mapFollowTypeResp m
|
|
|
}()
|
|
|
|
|
|
mapFollowTypeResp = make(map[int]int, 0)
|
|
|
- fllowList, e := models.GetCygxIndustryFllowList(mobile)
|
|
|
+ fllowList, e := models.GetCygxIndustryFllowListByMobile(mobile)
|
|
|
//策略的处理
|
|
|
if e != nil {
|
|
|
- err = errors.New("GetUserFllowIndustrialList, Err: " + err.Error())
|
|
|
+ err = errors.New("GetUserFllowIndustrialList, Err: " + e.Error())
|
|
|
return
|
|
|
}
|
|
|
for _, v := range fllowList {
|