Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -25,7 +25,7 @@ func GetCustomerList(ctx context.Context) ([]models.CustomerList, error) {
|
||||
dbo.HG_Temizlik(
|
||||
ISNULL((
|
||||
SELECT AttributeDescription
|
||||
FROM cdCurrAccAttributeDesc WITH(NOLOCK)
|
||||
FROM cdCurrAccAttributeDesc
|
||||
WHERE CurrAccTypeCode = 3
|
||||
AND AttributeTypeCode = 8
|
||||
AND AttributeCode = f.CustomerAtt08
|
||||
@@ -36,7 +36,7 @@ func GetCustomerList(ctx context.Context) ([]models.CustomerList, error) {
|
||||
dbo.HG_Temizlik(
|
||||
ISNULL((
|
||||
SELECT AttributeDescription
|
||||
FROM cdCurrAccAttributeDesc WITH(NOLOCK)
|
||||
FROM cdCurrAccAttributeDesc
|
||||
WHERE CurrAccTypeCode = 3
|
||||
AND AttributeTypeCode = 1
|
||||
AND AttributeCode = f.CustomerAtt01
|
||||
@@ -47,7 +47,7 @@ func GetCustomerList(ctx context.Context) ([]models.CustomerList, error) {
|
||||
dbo.HG_Temizlik(
|
||||
ISNULL((
|
||||
SELECT AttributeDescription
|
||||
FROM cdCurrAccAttributeDesc WITH(NOLOCK)
|
||||
FROM cdCurrAccAttributeDesc
|
||||
WHERE CurrAccTypeCode = 3
|
||||
AND AttributeTypeCode = 2
|
||||
AND AttributeCode = f.CustomerAtt02
|
||||
@@ -58,7 +58,7 @@ func GetCustomerList(ctx context.Context) ([]models.CustomerList, error) {
|
||||
dbo.HG_Temizlik(
|
||||
ISNULL((
|
||||
SELECT AttributeDescription
|
||||
FROM cdCurrAccAttributeDesc WITH(NOLOCK)
|
||||
FROM cdCurrAccAttributeDesc
|
||||
WHERE CurrAccTypeCode = 3
|
||||
AND AttributeTypeCode = 5
|
||||
AND AttributeCode = f.CustomerAtt05
|
||||
@@ -69,7 +69,7 @@ func GetCustomerList(ctx context.Context) ([]models.CustomerList, error) {
|
||||
ISNULL(c.CurrencyCode, ''),
|
||||
ISNULL((
|
||||
SELECT TOP 1 CAST(pa.PostalAddressID AS varchar(36))
|
||||
FROM prCurrAccPostalAddress pa WITH(NOLOCK)
|
||||
FROM prCurrAccPostalAddress pa
|
||||
WHERE pa.CurrAccTypeCode = c.CurrAccTypeCode
|
||||
AND pa.CurrAccCode = c.CurrAccCode
|
||||
AND pa.AddressTypeCode = 2
|
||||
|
||||
Reference in New Issue
Block a user