src/main/resources/mapper/cabin/CabinDao.xml @@ -7,5 +7,9 @@ select id, name from cabin where is_delete = 0 UNION ALL SELECT null AS id, '' AS name </select> </mapper>