...
|
...
|
@@ -63,7 +63,7 @@ func (cooperationContractService *CooperationContractService) CreateCooperationC |
|
|
MoneyIncentivesRules: rules2,
|
|
|
DividendsIncentivesRules: rules1,
|
|
|
Undertakers: underTakers,
|
|
|
RelevantIds: createCooperationContractCommand.RelevantIds,
|
|
|
RelevantIds: createCooperationContractCommand.RelationUser,
|
|
|
CooperationContractDescription: createCooperationContractCommand.CooperationContract.CooperationContractDescription,
|
|
|
CooperationProjectNumber: createCooperationContractCommand.CooperationContract.CooperationProjectNumber,
|
|
|
DepartmentId: createCooperationContractCommand.CooperationContract.DepartmentId,
|
...
|
...
|
@@ -187,7 +187,7 @@ func (cooperationContractService *CooperationContractService) UpdateCooperationC |
|
|
MoneyIncentivesRules: rules2,
|
|
|
DividendsIncentivesRules: rules1,
|
|
|
Undertakers: underTakers,
|
|
|
RelevantIds: updateCooperationContractCommand.RelevantIds,
|
|
|
RelevantIds: updateCooperationContractCommand.RelationUser,
|
|
|
CooperationContractDescription: updateCooperationContractCommand.CooperationContract.CooperationContractDescription,
|
|
|
CooperationContractNumber: updateCooperationContractCommand.CooperationContract.CooperationContractNumber,
|
|
|
CooperationProjectNumber: updateCooperationContractCommand.CooperationContract.CooperationProjectNumber,
|
...
|
...
|
|