|
@@ -66,6 +66,7 @@ func (l *ByPushHistoryLogic) ByPushHistory(in *bxsubscribe.SubscribeInfosReq) (*
|
|
|
BaseServiceMysql: IC.BaseServiceMysql,
|
|
|
IsEnt: in.IsEnt,
|
|
|
UserType: in.UserType,
|
|
|
+ PositionType: in.PositionType,
|
|
|
}
|
|
|
//主体处理(fType:普通用户;vType:超级订阅用户;mType:大会员用户;eType:商机管理用户)
|
|
|
if in.UserType == model.MemberFlag || in.UserType == model.SubVipFlag || in.UserType == model.SubFreeFlag {
|