jinlin
2025-04-10 af67fb927c3f30fa70df834f0e97f0b4a91e6119
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>