fix: extra_fee shop ordering

pull/8040/head
Gauthier LO 2024-12-13 15:36:43 +01:00
parent 007a52e932
commit 04c22c5f03
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@
ON s.owner_id = c.id
WHERE s.active = '1'
AND c.active = '1'
ORDER BY c.internal_code, s.erp_code
</select>
<select id="getIdByCode" resultType="java.lang.String">
SELECT id FROM shop