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