|
@@ -9,7 +9,6 @@ type CooperationContractItem struct { |
|
@@ -9,7 +9,6 @@ type CooperationContractItem struct { |
9
|
CooperationContractId int `json:"cooperationContractId,string,"`
|
9
|
CooperationContractId int `json:"cooperationContractId,string,"`
|
10
|
CooperationContractNumber string `json:"cooperationContractNumber"` //合约编号
|
10
|
CooperationContractNumber string `json:"cooperationContractNumber"` //合约编号
|
11
|
CooperationProjectNumber string `json:"cooperationProjectNumber"` //项目编号
|
11
|
CooperationProjectNumber string `json:"cooperationProjectNumber"` //项目编号
|
12
|
- CooperationProjectId string `json:"cooperationProjectId"` //项目编号
|
|
|
13
|
CooperationContractName string `json:"cooperationContractName"` //合约名称
|
12
|
CooperationContractName string `json:"cooperationContractName"` //合约名称
|
14
|
Status int `json:"status"` //合约状态
|
13
|
Status int `json:"status"` //合约状态
|
15
|
CreateTime int `json:"createTime"`
|
14
|
CreateTime int `json:"createTime"`
|
|
@@ -35,7 +34,6 @@ func ToCooperationContractItem(param *allied_creation_cooperation.CooperationCon |
|
@@ -35,7 +34,6 @@ func ToCooperationContractItem(param *allied_creation_cooperation.CooperationCon |
35
|
CooperationContractDescription: param.CooperationContractDescription,
|
34
|
CooperationContractDescription: param.CooperationContractDescription,
|
36
|
CooperationContractId: param.CooperationContractId,
|
35
|
CooperationContractId: param.CooperationContractId,
|
37
|
CooperationProjectNumber: param.CooperationProjectNumber,
|
36
|
CooperationProjectNumber: param.CooperationProjectNumber,
|
38
|
- CooperationProjectId: param.CooperationProjectNumber,
|
|
|
39
|
CooperationContractName: param.CooperationContractName,
|
37
|
CooperationContractName: param.CooperationContractName,
|
40
|
CooperationContractNumber: param.CooperationContractNumber,
|
38
|
CooperationContractNumber: param.CooperationContractNumber,
|
41
|
Status: param.Status,
|
39
|
Status: param.Status,
|
|
@@ -181,6 +179,7 @@ func ToCooperationContractInfo(param *allied_creation_cooperation.CooperationCon |
|
@@ -181,6 +179,7 @@ func ToCooperationContractInfo(param *allied_creation_cooperation.CooperationCon |
181
|
UsersName: v.UserInfo.UserName,
|
179
|
UsersName: v.UserInfo.UserName,
|
182
|
UsersId: v.UserId,
|
180
|
UsersId: v.UserId,
|
183
|
Phone: v.UserInfo.UserPhone,
|
181
|
Phone: v.UserInfo.UserPhone,
|
|
|
182
|
+ UserCode: v.UserInfo.UserCode,
|
184
|
},
|
183
|
},
|
185
|
}
|
184
|
}
|
186
|
u.SalesmanUser.UserId = v.Salesman.UserId
|
185
|
u.SalesmanUser.UserId = v.Salesman.UserId
|