refs #5525 remove as
gitea/salix/pipeline/head Build queued... Details

This commit is contained in:
Carlos Satorres 2024-01-16 12:47:58 +01:00
parent ce2bfc7cf1
commit 84134d671f
1 changed files with 3 additions and 3 deletions

View File

@ -1,15 +1,15 @@
SELECT
m.code AS mandateCode,
m.code mandateCode,
s.name,
s.street,
sc.country,
s.postCode,
s.city,
sp.name AS province,
sp.name province,
s.nif,
sa.iban,
sa.supplierFk,
be.name AS bankName
be.name bankName
FROM
client c
LEFT JOIN mandate m ON m.clientFk = c.id AND m.companyFk = ? AND m.finished IS NULL