|
@@ -36,6 +36,7 @@ func (repository *CreditAccountRepository) Save(creditAccount *domain.CreditAcco |
|
@@ -36,6 +36,7 @@ func (repository *CreditAccountRepository) Save(creditAccount *domain.CreditAcco |
|
36
|
"cooperation_contract_number",
|
36
|
"cooperation_contract_number",
|
|
37
|
"participator",
|
37
|
"participator",
|
|
38
|
"participate_type",
|
38
|
"participate_type",
|
|
|
|
39
|
+ "account_detail",
|
|
39
|
"payment_document_attachment",
|
40
|
"payment_document_attachment",
|
|
40
|
"org",
|
41
|
"org",
|
|
41
|
"company",
|
42
|
"company",
|
|
@@ -70,6 +71,7 @@ func (repository *CreditAccountRepository) Save(creditAccount *domain.CreditAcco |
|
@@ -70,6 +71,7 @@ func (repository *CreditAccountRepository) Save(creditAccount *domain.CreditAcco |
|
70
|
&creditAccount.CooperationContractNumber,
|
71
|
&creditAccount.CooperationContractNumber,
|
|
71
|
&creditAccount.Participator,
|
72
|
&creditAccount.Participator,
|
|
72
|
&creditAccount.ParticipateType,
|
73
|
&creditAccount.ParticipateType,
|
|
|
|
74
|
+ &creditAccount.AccountDetail,
|
|
73
|
&creditAccount.PaymentDocumentAttachment,
|
75
|
&creditAccount.PaymentDocumentAttachment,
|
|
74
|
&creditAccount.Org,
|
76
|
&creditAccount.Org,
|
|
75
|
&creditAccount.Company,
|
77
|
&creditAccount.Company,
|
|
@@ -90,6 +92,7 @@ func (repository *CreditAccountRepository) Save(creditAccount *domain.CreditAcco |
|
@@ -90,6 +92,7 @@ func (repository *CreditAccountRepository) Save(creditAccount *domain.CreditAcco |
|
90
|
creditAccount.CooperationContractNumber,
|
92
|
creditAccount.CooperationContractNumber,
|
|
91
|
creditAccount.Participator,
|
93
|
creditAccount.Participator,
|
|
92
|
creditAccount.ParticipateType,
|
94
|
creditAccount.ParticipateType,
|
|
|
|
95
|
+ creditAccount.AccountDetail,
|
|
93
|
creditAccount.PaymentDocumentAttachment,
|
96
|
creditAccount.PaymentDocumentAttachment,
|
|
94
|
creditAccount.Org,
|
97
|
creditAccount.Org,
|
|
95
|
creditAccount.Company,
|
98
|
creditAccount.Company,
|
|
@@ -114,6 +117,7 @@ func (repository *CreditAccountRepository) Save(creditAccount *domain.CreditAcco |
|
@@ -114,6 +117,7 @@ func (repository *CreditAccountRepository) Save(creditAccount *domain.CreditAcco |
|
114
|
&creditAccount.CooperationContractNumber,
|
117
|
&creditAccount.CooperationContractNumber,
|
|
115
|
&creditAccount.Participator,
|
118
|
&creditAccount.Participator,
|
|
116
|
&creditAccount.ParticipateType,
|
119
|
&creditAccount.ParticipateType,
|
|
|
|
120
|
+ &creditAccount.AccountDetail,
|
|
117
|
&creditAccount.PaymentDocumentAttachment,
|
121
|
&creditAccount.PaymentDocumentAttachment,
|
|
118
|
&creditAccount.Org,
|
122
|
&creditAccount.Org,
|
|
119
|
&creditAccount.Company,
|
123
|
&creditAccount.Company,
|
|
@@ -134,6 +138,7 @@ func (repository *CreditAccountRepository) Save(creditAccount *domain.CreditAcco |
|
@@ -134,6 +138,7 @@ func (repository *CreditAccountRepository) Save(creditAccount *domain.CreditAcco |
|
134
|
creditAccount.CooperationContractNumber,
|
138
|
creditAccount.CooperationContractNumber,
|
|
135
|
creditAccount.Participator,
|
139
|
creditAccount.Participator,
|
|
136
|
creditAccount.ParticipateType,
|
140
|
creditAccount.ParticipateType,
|
|
|
|
141
|
+ creditAccount.AccountDetail,
|
|
137
|
creditAccount.PaymentDocumentAttachment,
|
142
|
creditAccount.PaymentDocumentAttachment,
|
|
138
|
creditAccount.Org,
|
143
|
creditAccount.Org,
|
|
139
|
creditAccount.Company,
|
144
|
creditAccount.Company,
|