refs #6651 feat:add urlImage
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Sergio De la torre 2024-02-09 11:14:30 +01:00
parent 08728d3162
commit dcefc9d382
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ BEGIN
ish.id,
s.priority,
ish.isChecked,
CONCAT('http:', ic.url, '/catalog/200x200/', i.image) urlImage
ic.url
FROM itemShelving ish
JOIN item i ON i.id = ish.itemFk
JOIN shelving s ON vSelf = s.code COLLATE utf8_unicode_ci