|
@@ -63,7 +63,7 @@ func (cooperationContractService *CooperationContractService) CreateCooperationC |
|
@@ -63,7 +63,7 @@ func (cooperationContractService *CooperationContractService) CreateCooperationC |
63
|
MoneyIncentivesRules: rules2,
|
63
|
MoneyIncentivesRules: rules2,
|
64
|
DividendsIncentivesRules: rules1,
|
64
|
DividendsIncentivesRules: rules1,
|
65
|
Undertakers: underTakers,
|
65
|
Undertakers: underTakers,
|
66
|
- RelevantIds: createCooperationContractCommand.RelevantIds,
|
66
|
+ RelevantIds: createCooperationContractCommand.RelationUser,
|
67
|
CooperationContractDescription: createCooperationContractCommand.CooperationContract.CooperationContractDescription,
|
67
|
CooperationContractDescription: createCooperationContractCommand.CooperationContract.CooperationContractDescription,
|
68
|
CooperationProjectNumber: createCooperationContractCommand.CooperationContract.CooperationProjectNumber,
|
68
|
CooperationProjectNumber: createCooperationContractCommand.CooperationContract.CooperationProjectNumber,
|
69
|
DepartmentId: createCooperationContractCommand.CooperationContract.DepartmentId,
|
69
|
DepartmentId: createCooperationContractCommand.CooperationContract.DepartmentId,
|
|
@@ -187,7 +187,7 @@ func (cooperationContractService *CooperationContractService) UpdateCooperationC |
|
@@ -187,7 +187,7 @@ func (cooperationContractService *CooperationContractService) UpdateCooperationC |
187
|
MoneyIncentivesRules: rules2,
|
187
|
MoneyIncentivesRules: rules2,
|
188
|
DividendsIncentivesRules: rules1,
|
188
|
DividendsIncentivesRules: rules1,
|
189
|
Undertakers: underTakers,
|
189
|
Undertakers: underTakers,
|
190
|
- RelevantIds: updateCooperationContractCommand.RelevantIds,
|
190
|
+ RelevantIds: updateCooperationContractCommand.RelationUser,
|
191
|
CooperationContractDescription: updateCooperationContractCommand.CooperationContract.CooperationContractDescription,
|
191
|
CooperationContractDescription: updateCooperationContractCommand.CooperationContract.CooperationContractDescription,
|
192
|
CooperationContractNumber: updateCooperationContractCommand.CooperationContract.CooperationContractNumber,
|
192
|
CooperationContractNumber: updateCooperationContractCommand.CooperationContract.CooperationContractNumber,
|
193
|
CooperationProjectNumber: updateCooperationContractCommand.CooperationContract.CooperationProjectNumber,
|
193
|
CooperationProjectNumber: updateCooperationContractCommand.CooperationContract.CooperationProjectNumber,
|