From 6862ddbf58cd3e0071fed1111fc686e5a7ebc6e8 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Tue, 8 Jul 2025 17:29:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E9=A1=BA=E5=BA=8F=E6=8E=92?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/DeviceMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/mapper/DeviceMapper.xml b/src/main/resources/mapper/DeviceMapper.xml index 9db25cd..86602ca 100644 --- a/src/main/resources/mapper/DeviceMapper.xml +++ b/src/main/resources/mapper/DeviceMapper.xml @@ -109,6 +109,7 @@ from device d left join device_preview_config p on d.id = p.device_id and p.status = 1 where d.scenic_id = #{scenicId} + order by d.sort