From c0dcc4e3ca8d203cbc82bec42f0bb38e169ecfd6 Mon Sep 17 00:00:00 2001 From: 15066119699 Date: Sat, 8 Mar 2025 21:02:53 +0800 Subject: [PATCH] 1 --- .../src/main/resources/mapper/app/AppLocationMapper.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ruoyi-system/src/main/resources/mapper/app/AppLocationMapper.xml b/ruoyi-system/src/main/resources/mapper/app/AppLocationMapper.xml index 2b0cdd0f..a74bc5c3 100644 --- a/ruoyi-system/src/main/resources/mapper/app/AppLocationMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/app/AppLocationMapper.xml @@ -64,7 +64,11 @@ and is_working = #{isWorking} and is_enable = #{isEnable} - order by w_depth desc, w_layer asc,w_col asc + order by + w_layer asc, + w_col asc, + w_depth desc, + w_row asc