作者 tangxuhui

修复错误

@@ -161,10 +161,10 @@ type ( @@ -161,10 +161,10 @@ type (
161 MoneyIncentivesRules []MoneyIncentivesRule `json:"moneyIncentivesRules"` // 金额激励规则列表 161 MoneyIncentivesRules []MoneyIncentivesRule `json:"moneyIncentivesRules"` // 金额激励规则列表
162 Undertakers []Undertaker `json:"undertakers"` // 承接方列表 162 Undertakers []Undertaker `json:"undertakers"` // 承接方列表
163 RelevantIds []string `json:"relevantIds"` //关联业务员 163 RelevantIds []string `json:"relevantIds"` //关联业务员
164 - CompanyId int `json:"companyId,string"`  
165 - OrgId int `json:"orgId,string"` // 组织机构ID  
166 - UserId int ` json:"userId,string"` // 用户ID,通过集成REST上下文获取,可翻译成发起人、承接人、推荐人、业务员  
167 - UserBaseId int `json:"userBaseId,string" ` // 用户基础数据id 164 + CompanyId int `json:"-"`
  165 + OrgId int `json:"-"` // 组织机构ID
  166 + UserId int `json:"-"` // 用户ID,通过集成REST上下文获取,可翻译成发起人、承接人、推荐人、业务员
  167 + UserBaseId int `json:"-" ` // 用户基础数据id
168 } 168 }
169 169
170 DataCooperationContractAdd struct { 170 DataCooperationContractAdd struct {