|
@@ -94,7 +94,7 @@ type EntFollow struct {
|
|
|
|
|
|
func CreateEntFollowManager(userid string) int {
|
|
|
bigMsg := jy.GetBigVipUserBaseMsg(userid, public.Mysql, public.MQFW)
|
|
|
- return util.IntAll(util.If(bigMsg.ProNum > util.IntAll(config.Sysconfig["followentlimit"]), bigMsg.ProNum, util.IntAll(config.Sysconfig["followentlimit"])))
|
|
|
+ return util.IntAll(util.If(bigMsg.Customers > util.IntAll(config.Sysconfig["followentlimit"]), bigMsg.ProNum, util.IntAll(config.Sysconfig["followentlimit"])))
|
|
|
}
|
|
|
|
|
|
func (f *FollowEnt) AddEnt() error {
|