...
|
...
|
@@ -35,6 +35,7 @@ func (repository *CreditAccountRepository) Save(creditAccount *domain.CreditAcco |
|
|
"settlement_time",
|
|
|
"cooperation_contract_number",
|
|
|
"participator",
|
|
|
"participate_type",
|
|
|
"payment_document_attachment",
|
|
|
"org",
|
|
|
"company",
|
...
|
...
|
@@ -68,6 +69,7 @@ func (repository *CreditAccountRepository) Save(creditAccount *domain.CreditAcco |
|
|
&creditAccount.SettlementTime,
|
|
|
&creditAccount.CooperationContractNumber,
|
|
|
&creditAccount.Participator,
|
|
|
&creditAccount.ParticipateType,
|
|
|
&creditAccount.PaymentDocumentAttachment,
|
|
|
&creditAccount.Org,
|
|
|
&creditAccount.Company,
|
...
|
...
|
@@ -87,6 +89,7 @@ func (repository *CreditAccountRepository) Save(creditAccount *domain.CreditAcco |
|
|
creditAccount.SettlementTime,
|
|
|
creditAccount.CooperationContractNumber,
|
|
|
creditAccount.Participator,
|
|
|
creditAccount.ParticipateType,
|
|
|
creditAccount.PaymentDocumentAttachment,
|
|
|
creditAccount.Org,
|
|
|
creditAccount.Company,
|
...
|
...
|
@@ -110,6 +113,7 @@ func (repository *CreditAccountRepository) Save(creditAccount *domain.CreditAcco |
|
|
&creditAccount.SettlementTime,
|
|
|
&creditAccount.CooperationContractNumber,
|
|
|
&creditAccount.Participator,
|
|
|
&creditAccount.ParticipateType,
|
|
|
&creditAccount.PaymentDocumentAttachment,
|
|
|
&creditAccount.Org,
|
|
|
&creditAccount.Company,
|
...
|
...
|
@@ -129,6 +133,7 @@ func (repository *CreditAccountRepository) Save(creditAccount *domain.CreditAcco |
|
|
creditAccount.SettlementTime,
|
|
|
creditAccount.CooperationContractNumber,
|
|
|
creditAccount.Participator,
|
|
|
creditAccount.ParticipateType,
|
|
|
creditAccount.PaymentDocumentAttachment,
|
|
|
creditAccount.Org,
|
|
|
creditAccount.Company,
|
...
|
...
|
|