Browse Source

fix:增加字段赋值

duxin 2 years ago
parent
commit
7350779c6d
1 changed files with 1 additions and 0 deletions
  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,
 		BaseServiceMysql: IC.BaseServiceMysql,
 		IsEnt:            in.IsEnt,
 		IsEnt:            in.IsEnt,
 		UserType:         in.UserType,
 		UserType:         in.UserType,
+		PositionType:     in.PositionType,
 	}
 	}
 	//主体处理(fType:普通用户;vType:超级订阅用户;mType:大会员用户;eType:商机管理用户)
 	//主体处理(fType:普通用户;vType:超级订阅用户;mType:大会员用户;eType:商机管理用户)
 	if in.UserType == model.MemberFlag || in.UserType == model.SubVipFlag || in.UserType == model.SubFreeFlag {
 	if in.UserType == model.MemberFlag || in.UserType == model.SubVipFlag || in.UserType == model.SubFreeFlag {