BUG【ID1000407】模式管理-模式列表数据建议倒序,最新创建的在最上面

master
382696293@qq.com 2 years ago
parent 129843c971
commit 1bbe54bc87

@ -55,6 +55,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="pauseVideo != null and pauseVideo != ''"> and pause_video = #{pauseVideo}</if>
<if test="status != null "> and status = #{status}</if>
</where>
order by create_time desc
</select>
<select id="selectListByInstrumentId" parameterType="Long" resultMap="WxModeNewResult">

Loading…
Cancel
Save