diff --git a/ruoyi-system/src/main/resources/mapper/app/AppLocationMapper.xml b/ruoyi-system/src/main/resources/mapper/app/AppLocationMapper.xml index 8595fd38..2b0cdd0f 100644 --- a/ruoyi-system/src/main/resources/mapper/app/AppLocationMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/app/AppLocationMapper.xml @@ -64,6 +64,7 @@ and is_working = #{isWorking} and is_enable = #{isEnable} + order by w_depth desc, w_layer asc,w_col asc