@@ -619,6 +619,9 @@
<if test="param.topFlag != null">
AND g.top_flag_ = #{param.topFlag}
</if>
+ <if test="param.relationType != null">
+ AND g.relation_type_ = #{param.relationType}
+ </if>
</where>
order by g.top_flag_ desc ,g.sort_number_ desc,g.id_ desc
</select>