@ -86,7 +86,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="videoNo != null and videoNo != ''"> and video_no = #{videoNo}</if>
<if test="feedId != null and feedId != ''"> and feed_id = #{feedId}</if>
</where>
order by order_number desc ,createTime desc
order by order_number desc
</select>
<select id="selectSiteInfoById" parameterType="Long" resultMap="SiteInfoResult">