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