...
|
...
|
@@ -36,6 +36,7 @@ func (repository *CreditAccountRepository) Save(creditAccount *domain.CreditAcco |
|
|
"cooperation_contract_number",
|
|
|
"participator",
|
|
|
"participate_type",
|
|
|
"account_detail",
|
|
|
"payment_document_attachment",
|
|
|
"org",
|
|
|
"company",
|
...
|
...
|
@@ -70,6 +71,7 @@ func (repository *CreditAccountRepository) Save(creditAccount *domain.CreditAcco |
|
|
&creditAccount.CooperationContractNumber,
|
|
|
&creditAccount.Participator,
|
|
|
&creditAccount.ParticipateType,
|
|
|
&creditAccount.AccountDetail,
|
|
|
&creditAccount.PaymentDocumentAttachment,
|
|
|
&creditAccount.Org,
|
|
|
&creditAccount.Company,
|
...
|
...
|
@@ -90,6 +92,7 @@ func (repository *CreditAccountRepository) Save(creditAccount *domain.CreditAcco |
|
|
creditAccount.CooperationContractNumber,
|
|
|
creditAccount.Participator,
|
|
|
creditAccount.ParticipateType,
|
|
|
creditAccount.AccountDetail,
|
|
|
creditAccount.PaymentDocumentAttachment,
|
|
|
creditAccount.Org,
|
|
|
creditAccount.Company,
|
...
|
...
|
@@ -114,6 +117,7 @@ func (repository *CreditAccountRepository) Save(creditAccount *domain.CreditAcco |
|
|
&creditAccount.CooperationContractNumber,
|
|
|
&creditAccount.Participator,
|
|
|
&creditAccount.ParticipateType,
|
|
|
&creditAccount.AccountDetail,
|
|
|
&creditAccount.PaymentDocumentAttachment,
|
|
|
&creditAccount.Org,
|
|
|
&creditAccount.Company,
|
...
|
...
|
@@ -134,6 +138,7 @@ func (repository *CreditAccountRepository) Save(creditAccount *domain.CreditAcco |
|
|
creditAccount.CooperationContractNumber,
|
|
|
creditAccount.Participator,
|
|
|
creditAccount.ParticipateType,
|
|
|
creditAccount.AccountDetail,
|
|
|
creditAccount.PaymentDocumentAttachment,
|
|
|
creditAccount.Org,
|
|
|
creditAccount.Company,
|
...
|
...
|
|