作者 陈志颖

feat:共创合约返回数据调整

@@ -8,6 +8,6 @@ type Attachment struct { @@ -8,6 +8,6 @@ type Attachment struct {
8 Name string `json:"name"` 8 Name string `json:"name"`
9 // 附件地址 9 // 附件地址
10 Url string `json:"url"` 10 Url string `json:"url"`
11 - // 附件文件大小 11 + // 附件文件大小,保存KB单位
12 FileSize int64 `json:"fileSize,string"` 12 FileSize int64 `json:"fileSize,string"`
13 } 13 }
@@ -77,6 +77,8 @@ func TransformToCooperationContractDomainModelFromPgModels( @@ -77,6 +77,8 @@ func TransformToCooperationContractDomainModelFromPgModels(
77 Orgs: undertaker.Orgs, 77 Orgs: undertaker.Orgs,
78 Department: undertaker.Department, 78 Department: undertaker.Department,
79 Roles: undertaker.Roles, 79 Roles: undertaker.Roles,
  80 + Referrer: undertaker.Referrer,
  81 + Salesman: undertaker.Salesman,
80 UserInfo: undertaker.UserInfo, 82 UserInfo: undertaker.UserInfo,
81 UserType: undertaker.UserType, 83 UserType: undertaker.UserType,
82 Status: undertaker.Status, 84 Status: undertaker.Status,