...
|
...
|
@@ -183,13 +183,13 @@ func (cooperationContractService *CooperationContractService) UpdateCooperationC |
|
|
underTakers = append(underTakers, u)
|
|
|
}
|
|
|
result, err := creationCooperationGateway.CooperationContractUpdate(allied_creation_cooperation.ReqCooperationContractUpdate{
|
|
|
CooperationContractId: updateCooperationContractCommand.CooperationContract.CooperationContractId,
|
|
|
MoneyIncentivesRules: rules2,
|
|
|
DividendsIncentivesRules: rules1,
|
|
|
Undertakers: underTakers,
|
|
|
RelevantIds: updateCooperationContractCommand.RelationUser,
|
|
|
CooperationContractDescription: updateCooperationContractCommand.CooperationContract.CooperationContractDescription,
|
|
|
CooperationContractNumber: updateCooperationContractCommand.CooperationContract.CooperationContractNumber,
|
|
|
CooperationContractId: updateCooperationContractCommand.CooperationContract.CooperationContractId,
|
|
|
MoneyIncentivesRules: rules2,
|
|
|
DividendsIncentivesRules: rules1,
|
|
|
Undertakers: underTakers,
|
|
|
RelevantIds: updateCooperationContractCommand.RelationUser,
|
|
|
CooperationContractDescription: updateCooperationContractCommand.CooperationContract.CooperationContractDescription,
|
|
|
// CooperationContractNumber: updateCooperationContractCommand.CooperationContract.CooperationContractNumber,
|
|
|
CooperationProjectNumber: updateCooperationContractCommand.CooperationContract.CooperationProjectNumber,
|
|
|
DepartmentId: updateCooperationContractCommand.CooperationContract.DepartmentId,
|
|
|
CooperationContractUndertakerType: updateCooperationContractCommand.CooperationContract.CooperationContractUndertakerType,
|
...
|
...
|
|