瀏覽代碼

水厂机构排序 按照排序字段升序排列

王苗苗 1 周之前
父節點
當前提交
fcfb56f776
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 二進制
      ruoyi-admin/.DS_Store
  2. 2 1
      ruoyi-system/src/main/resources/mapper/business/TOrganizationMapper.xml

二進制
ruoyi-admin/.DS_Store


+ 2 - 1
ruoyi-system/src/main/resources/mapper/business/TOrganizationMapper.xml

@@ -55,7 +55,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="latitude != null  and latitude != ''"> and latitude = #{latitude}</if>
             <if test="revision != null "> and revision = #{revision}</if>
         </where>
-        and del_flag = 0 order by id desc
+        <!-- and del_flag = 0 order by id desc -->
+        and del_flag = 0 order by sort asc, id desc
     </select>
     
     <select id="selectTOrganizationById" parameterType="Long" resultMap="TOrganizationResult">