duxin пре 2 година
родитељ
комит
7350779c6d
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      jyBXSubscribe/rpc/internal/logic/bypushhistorylogic.go

+ 1 - 0
jyBXSubscribe/rpc/internal/logic/bypushhistorylogic.go

@@ -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 {