From af67fb927c3f30fa70df834f0e97f0b4a91e6119 Mon Sep 17 00:00:00 2001 From: jinlin <jinlin> Date: 星期四, 10 四月 2025 14:58:22 +0800 Subject: [PATCH] 修改 --- src/main/resources/mapper/cabin/CabinDao.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/cabin/CabinDao.xml b/src/main/resources/mapper/cabin/CabinDao.xml index ee883d3..c0382af 100644 --- a/src/main/resources/mapper/cabin/CabinDao.xml +++ b/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> -- Gitblit v1.9.1