mirror of https://github.com/jeecgboot/jeecg-boot
fix: extra_fee shop ordering
parent
007a52e932
commit
04c22c5f03
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue