Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -159,7 +159,7 @@ WITH BaseCari AS (
|
||||
PARTITION BY LEFT(CurrAccCode, 8)
|
||||
ORDER BY CurrAccCode
|
||||
)
|
||||
FROM cdCurrAcc WITH (NOLOCK)
|
||||
FROM cdCurrAcc
|
||||
WHERE CurrAccTypeCode IN (1,3)
|
||||
AND LEFT(CurrAccCode, 8) IN (%s)
|
||||
)
|
||||
@@ -167,7 +167,7 @@ SELECT
|
||||
b.MasterCari,
|
||||
CariDetay = ISNULL(d.CurrAccDescription, '')
|
||||
FROM BaseCari b
|
||||
LEFT JOIN cdCurrAccDesc d WITH (NOLOCK)
|
||||
LEFT JOIN cdCurrAccDesc d
|
||||
ON d.CurrAccTypeCode = b.CurrAccTypeCode
|
||||
AND d.CurrAccCode = b.CurrAccCode
|
||||
AND d.LangCode = 'TR'
|
||||
|
||||
Reference in New Issue
Block a user