fix: refs #6861 refs#6861 bySectorCollection #2856

Merged
sergiodt merged 1 commits from 6861_bySectorCollection into master 2024-08-13 09:39:33 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ BEGIN
DECLARE vSaleFk INT;
DECLARE vSectorFk INT;
DECLARE vSales CURSOR FOR
SELECT s.id
SELECT DISTINCT s.id
FROM sectorCollectionSaleGroup sc
JOIN saleGroupDetail sg ON sg.saleGroupFk = sc.saleGroupFk
JOIN sale s ON sg.saleFk = s.id