|
@@ -166,11 +166,11 @@ func (this *EntFollow) GetEntFollowList(pNum, pSize int, match, groups string) (
|
|
|
|
|
|
var (
|
|
|
enCodeGroups []string
|
|
|
+ has = true
|
|
|
)
|
|
|
-
|
|
|
if len(groupIds) > 0 {
|
|
|
+ has = false
|
|
|
var (
|
|
|
- has = false
|
|
|
groups = strings.Split(gconv.String(item["gs"]), ",")
|
|
|
)
|
|
|
for _, group := range groups {
|
|
@@ -181,9 +181,9 @@ func (this *EntFollow) GetEntFollowList(pNum, pSize int, match, groups string) (
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- if !has {
|
|
|
- continue
|
|
|
- }
|
|
|
+ }
|
|
|
+ if !has {
|
|
|
+ continue
|
|
|
}
|
|
|
entId := qutil.ObjToString(item["s_entId"])
|
|
|
if entId == "" { //dev3.6.2 前关注企业未存入企业id
|