站点管理模块以及相关联模块开发

master
elliott 2 years ago
parent b9a24b9a3a
commit 657e725f94

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

Loading…
Cancel
Save