jinlin
2025-03-25 6d51ffe34d3d5c90945b91cc98f77b2a9001829f
src/main/resources/mapper/cabin/CabinDao.xml
@@ -7,5 +7,11 @@
        select id, name
        from cabin
        where is_delete = 0
        UNION ALL
        SELECT
            null AS id,
            '' AS name
        ORDER BY
            id
    </select>
</mapper>