|
|
|
@ -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="pauseVideo != null and pauseVideo != ''"> and pause_video = #{pauseVideo}</if>
|
|
|
|
<if test="status != null "> and status = #{status}</if>
|
|
|
|
<if test="status != null "> and status = #{status}</if>
|
|
|
|
</where>
|
|
|
|
</where>
|
|
|
|
|
|
|
|
order by create_time desc
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
<select id="selectListByInstrumentId" parameterType="Long" resultMap="WxModeNewResult">
|
|
|
|
<select id="selectListByInstrumentId" parameterType="Long" resultMap="WxModeNewResult">
|
|
|
|
|