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