|
@@ -30,6 +30,7 @@ func (repository *ContractUndertakerFeedbackRepository) Save(contractUndertakerF |
|
@@ -30,6 +30,7 @@ func (repository *ContractUndertakerFeedbackRepository) Save(contractUndertakerF |
30
|
"feedback_content",
|
30
|
"feedback_content",
|
31
|
"cooperation_contract_number",
|
31
|
"cooperation_contract_number",
|
32
|
"cooperation_contract_name",
|
32
|
"cooperation_contract_name",
|
|
|
33
|
+ "cooperation_mode_name",
|
33
|
"contract_undertaker",
|
34
|
"contract_undertaker",
|
34
|
"org",
|
35
|
"org",
|
35
|
"company",
|
36
|
"company",
|
|
@@ -57,6 +58,7 @@ func (repository *ContractUndertakerFeedbackRepository) Save(contractUndertakerF |
|
@@ -57,6 +58,7 @@ func (repository *ContractUndertakerFeedbackRepository) Save(contractUndertakerF |
57
|
&contractUndertakerFeedback.FeedbackContent,
|
58
|
&contractUndertakerFeedback.FeedbackContent,
|
58
|
&contractUndertakerFeedback.CooperationContractNumber,
|
59
|
&contractUndertakerFeedback.CooperationContractNumber,
|
59
|
&contractUndertakerFeedback.CooperationContractName,
|
60
|
&contractUndertakerFeedback.CooperationContractName,
|
|
|
61
|
+ &contractUndertakerFeedback.CooperationModeName,
|
60
|
&contractUndertakerFeedback.ContractUndertaker,
|
62
|
&contractUndertakerFeedback.ContractUndertaker,
|
61
|
&contractUndertakerFeedback.Org,
|
63
|
&contractUndertakerFeedback.Org,
|
62
|
&contractUndertakerFeedback.Company,
|
64
|
&contractUndertakerFeedback.Company,
|
|
@@ -70,6 +72,7 @@ func (repository *ContractUndertakerFeedbackRepository) Save(contractUndertakerF |
|
@@ -70,6 +72,7 @@ func (repository *ContractUndertakerFeedbackRepository) Save(contractUndertakerF |
70
|
contractUndertakerFeedback.FeedbackContent,
|
72
|
contractUndertakerFeedback.FeedbackContent,
|
71
|
contractUndertakerFeedback.CooperationContractNumber,
|
73
|
contractUndertakerFeedback.CooperationContractNumber,
|
72
|
contractUndertakerFeedback.CooperationContractName,
|
74
|
contractUndertakerFeedback.CooperationContractName,
|
|
|
75
|
+ contractUndertakerFeedback.CooperationModeName,
|
73
|
contractUndertakerFeedback.ContractUndertaker,
|
76
|
contractUndertakerFeedback.ContractUndertaker,
|
74
|
contractUndertakerFeedback.Org,
|
77
|
contractUndertakerFeedback.Org,
|
75
|
contractUndertakerFeedback.Company,
|
78
|
contractUndertakerFeedback.Company,
|
|
@@ -87,6 +90,7 @@ func (repository *ContractUndertakerFeedbackRepository) Save(contractUndertakerF |
|
@@ -87,6 +90,7 @@ func (repository *ContractUndertakerFeedbackRepository) Save(contractUndertakerF |
87
|
&contractUndertakerFeedback.FeedbackContent,
|
90
|
&contractUndertakerFeedback.FeedbackContent,
|
88
|
&contractUndertakerFeedback.CooperationContractNumber,
|
91
|
&contractUndertakerFeedback.CooperationContractNumber,
|
89
|
&contractUndertakerFeedback.CooperationContractName,
|
92
|
&contractUndertakerFeedback.CooperationContractName,
|
|
|
93
|
+ &contractUndertakerFeedback.CooperationModeName,
|
90
|
&contractUndertakerFeedback.ContractUndertaker,
|
94
|
&contractUndertakerFeedback.ContractUndertaker,
|
91
|
&contractUndertakerFeedback.Org,
|
95
|
&contractUndertakerFeedback.Org,
|
92
|
&contractUndertakerFeedback.Company,
|
96
|
&contractUndertakerFeedback.Company,
|
|
@@ -100,6 +104,7 @@ func (repository *ContractUndertakerFeedbackRepository) Save(contractUndertakerF |
|
@@ -100,6 +104,7 @@ func (repository *ContractUndertakerFeedbackRepository) Save(contractUndertakerF |
100
|
contractUndertakerFeedback.FeedbackContent,
|
104
|
contractUndertakerFeedback.FeedbackContent,
|
101
|
contractUndertakerFeedback.CooperationContractNumber,
|
105
|
contractUndertakerFeedback.CooperationContractNumber,
|
102
|
contractUndertakerFeedback.CooperationContractName,
|
106
|
contractUndertakerFeedback.CooperationContractName,
|
|
|
107
|
+ contractUndertakerFeedback.CooperationModeName,
|
103
|
contractUndertakerFeedback.ContractUndertaker,
|
108
|
contractUndertakerFeedback.ContractUndertaker,
|
104
|
contractUndertakerFeedback.Org,
|
109
|
contractUndertakerFeedback.Org,
|
105
|
contractUndertakerFeedback.Company,
|
110
|
contractUndertakerFeedback.Company,
|