|
@@ -326,7 +326,7 @@ func SupplyFollowInfo(in *bxbuyer.BuyerListReq, buyerNames []string, resp *bxbuy
|
|
|
isFws := map[string]bool{}
|
|
|
entIdInt, _ := strconv.Atoi(in.EntId)
|
|
|
powerCheck := IC.Middleground.PowerCheckCenter.Check(in.AppId, in.MgoUserId, in.NewUserId, in.AccountId, int64(entIdInt), in.PositionType, in.PositionId)
|
|
|
- if powerCheck != nil && (*powerCheck).Member.Status > 0 && (*powerCheck).Member.Pid != "" {
|
|
|
+ if powerCheck != nil && (*powerCheck).Member.Pid != "" {
|
|
|
in.UserId = (*powerCheck).Member.Pid
|
|
|
}
|
|
|
if in.IsCheckFollow {
|