refs #6651 feat:add urlImage #2015
|
@ -15,11 +15,13 @@ BEGIN
|
|||
p.code,
|
||||
ish.id,
|
||||
s.priority,
|
||||
ish.isChecked
|
||||
ish.isChecked,
|
||||
ic.url
|
||||
sergiodt marked this conversation as resolved
Outdated
|
||||
FROM itemShelving ish
|
||||
JOIN item i ON i.id = ish.itemFk
|
||||
JOIN shelving s ON vSelf = s.code COLLATE utf8_unicode_ci
|
||||
LEFT JOIN parking p ON s.parkingFk = p.id
|
||||
JOIN hedera.imageConfig ic
|
||||
WHERE ish.shelvingFk COLLATE utf8_unicode_ci = vSelf;
|
||||
END$$
|
||||
DELIMITER ;
|
||||
|
|
Loading…
Reference in New Issue
Debería de hacerlo el cliente, en la consulta no se debe de dar formato a los datos
Modificat per a que el client concatene