作者 陈志颖

fix:更新合约后,承接人合约ID没有记录问题

@@ -1095,6 +1095,7 @@ func (cooperationContractService *CooperationContractService) UpdateCooperationC @@ -1095,6 +1095,7 @@ func (cooperationContractService *CooperationContractService) UpdateCooperationC
1095 UndertakerId: undertakerId, 1095 UndertakerId: undertakerId,
1096 UserId: undertakerDomain.UserId, 1096 UserId: undertakerDomain.UserId,
1097 CooperationContractNumber: cooperationContract.CooperationContractNumber, 1097 CooperationContractNumber: cooperationContract.CooperationContractNumber,
  1098 + CooperationContractId: cooperationContract.CooperationContractId,
1098 UserBaseId: undertakerDomain.UserBaseId, 1099 UserBaseId: undertakerDomain.UserBaseId,
1099 Org: undertakerDomain.Org, 1100 Org: undertakerDomain.Org,
1100 Orgs: undertakerDomain.Orgs, 1101 Orgs: undertakerDomain.Orgs,