jinlin
2025-03-22 b20c16dd6c9fd19a44afe2b082c2fa5ff8945aaa
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>