...
|
...
|
@@ -67,7 +67,7 @@ func (repository *CreditAccountRepository) Save(creditAccount *domain.CreditAcco |
|
|
&creditAccount.SettlementAmount,
|
|
|
&creditAccount.SettlementTime,
|
|
|
&creditAccount.CooperationContractNumber,
|
|
|
pg.Array(&creditAccount.Participator),
|
|
|
&creditAccount.Participator,
|
|
|
&creditAccount.PaymentDocumentAttachment,
|
|
|
&creditAccount.Org,
|
|
|
&creditAccount.Company,
|
...
|
...
|
@@ -86,7 +86,7 @@ func (repository *CreditAccountRepository) Save(creditAccount *domain.CreditAcco |
|
|
creditAccount.SettlementAmount,
|
|
|
creditAccount.SettlementTime,
|
|
|
creditAccount.CooperationContractNumber,
|
|
|
pg.Array(creditAccount.Participator),
|
|
|
creditAccount.Participator,
|
|
|
creditAccount.PaymentDocumentAttachment,
|
|
|
creditAccount.Org,
|
|
|
creditAccount.Company,
|
...
|
...
|
@@ -109,7 +109,7 @@ func (repository *CreditAccountRepository) Save(creditAccount *domain.CreditAcco |
|
|
&creditAccount.SettlementAmount,
|
|
|
&creditAccount.SettlementTime,
|
|
|
&creditAccount.CooperationContractNumber,
|
|
|
pg.Array(&creditAccount.Participator),
|
|
|
&creditAccount.Participator,
|
|
|
&creditAccount.PaymentDocumentAttachment,
|
|
|
&creditAccount.Org,
|
|
|
&creditAccount.Company,
|
...
|
...
|
@@ -128,7 +128,7 @@ func (repository *CreditAccountRepository) Save(creditAccount *domain.CreditAcco |
|
|
creditAccount.SettlementAmount,
|
|
|
creditAccount.SettlementTime,
|
|
|
creditAccount.CooperationContractNumber,
|
|
|
pg.Array(creditAccount.Participator),
|
|
|
creditAccount.Participator,
|
|
|
creditAccount.PaymentDocumentAttachment,
|
|
|
creditAccount.Org,
|
|
|
creditAccount.Company,
|
...
|
...
|
|