jinlin
2025-04-28 efce7ce3e63712ecc8b4c3039a73b508fc3ea880
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>