...
|
...
|
@@ -30,6 +30,7 @@ func (repository *ContractUndertakerFeedbackRepository) Save(contractUndertakerF |
|
|
"feedback_content",
|
|
|
"cooperation_contract_number",
|
|
|
"cooperation_contract_name",
|
|
|
"cooperation_mode_name",
|
|
|
"contract_undertaker",
|
|
|
"org",
|
|
|
"company",
|
...
|
...
|
@@ -57,6 +58,7 @@ func (repository *ContractUndertakerFeedbackRepository) Save(contractUndertakerF |
|
|
&contractUndertakerFeedback.FeedbackContent,
|
|
|
&contractUndertakerFeedback.CooperationContractNumber,
|
|
|
&contractUndertakerFeedback.CooperationContractName,
|
|
|
&contractUndertakerFeedback.CooperationModeName,
|
|
|
&contractUndertakerFeedback.ContractUndertaker,
|
|
|
&contractUndertakerFeedback.Org,
|
|
|
&contractUndertakerFeedback.Company,
|
...
|
...
|
@@ -70,6 +72,7 @@ func (repository *ContractUndertakerFeedbackRepository) Save(contractUndertakerF |
|
|
contractUndertakerFeedback.FeedbackContent,
|
|
|
contractUndertakerFeedback.CooperationContractNumber,
|
|
|
contractUndertakerFeedback.CooperationContractName,
|
|
|
contractUndertakerFeedback.CooperationModeName,
|
|
|
contractUndertakerFeedback.ContractUndertaker,
|
|
|
contractUndertakerFeedback.Org,
|
|
|
contractUndertakerFeedback.Company,
|
...
|
...
|
@@ -87,6 +90,7 @@ func (repository *ContractUndertakerFeedbackRepository) Save(contractUndertakerF |
|
|
&contractUndertakerFeedback.FeedbackContent,
|
|
|
&contractUndertakerFeedback.CooperationContractNumber,
|
|
|
&contractUndertakerFeedback.CooperationContractName,
|
|
|
&contractUndertakerFeedback.CooperationModeName,
|
|
|
&contractUndertakerFeedback.ContractUndertaker,
|
|
|
&contractUndertakerFeedback.Org,
|
|
|
&contractUndertakerFeedback.Company,
|
...
|
...
|
@@ -100,6 +104,7 @@ func (repository *ContractUndertakerFeedbackRepository) Save(contractUndertakerF |
|
|
contractUndertakerFeedback.FeedbackContent,
|
|
|
contractUndertakerFeedback.CooperationContractNumber,
|
|
|
contractUndertakerFeedback.CooperationContractName,
|
|
|
contractUndertakerFeedback.CooperationModeName,
|
|
|
contractUndertakerFeedback.ContractUndertaker,
|
|
|
contractUndertakerFeedback.Org,
|
|
|
contractUndertakerFeedback.Company,
|
...
|
...
|
|