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">