perf: refs #7010 showing field correctly
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jon Elias 2024-09-27 08:28:12 +02:00
parent 4ebda1a06f
commit b547858820
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ module.exports = Self => {
z.id zoneFk,
CAST(z.hour AS CHAR) hour,
a.nickname addressNickname,
GROUP_CONCAT(DISTINCT i.itemPackingTypeFk ORDER BY i.itemPackingTypeFk SEPARATOR ', ') packing
GROUP_CONCAT(DISTINCT i.itemPackingTypeFk ORDER BY i.itemPackingTypeFk SEPARATOR ',') packing
FROM ticket t
LEFT JOIN invoiceOut io ON t.refFk = io.ref
LEFT JOIN zone z ON z.id = t.zoneFk