Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -41,8 +41,8 @@ func GetAccounts(ctx context.Context) ([]models.Account, error) {
|
||||
c.CurrAccCode,
|
||||
a.AttributeTypeCode,
|
||||
a.AttributeCode
|
||||
FROM cdCurrAcc c WITH (NOLOCK)
|
||||
LEFT JOIN prCurrAccAttribute a WITH (NOLOCK)
|
||||
FROM cdCurrAcc c
|
||||
LEFT JOIN prCurrAccAttribute a
|
||||
ON a.CurrAccTypeCode = c.CurrAccTypeCode
|
||||
AND a.CurrAccCode = c.CurrAccCode
|
||||
WHERE c.CurrAccTypeCode = 1
|
||||
|
||||
Reference in New Issue
Block a user