ZhuDeKang 6 月之前
父節點
當前提交
91708591bd
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      ruoyi-api-patform/src/main/resources/mapper/interfaces/MdModelInfoMapper.xml

+ 1 - 0
ruoyi-api-patform/src/main/resources/mapper/interfaces/MdModelInfoMapper.xml

@@ -124,6 +124,7 @@
             <if test="regUser != null  and regUser != ''"> and REG_USER = #{regUser}</if>
             <if test="sort != null  and sort != ''"> and SORT = #{sort}</if>
         </where>
+        order by SORT
     </select>
 
     <select id="selectMdModelInfoByMdid" parameterType="String" resultMap="MdModelInfoResult">