ZhuDeKang пре 6 месеци
родитељ
комит
91708591bd

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