|
|
@@ -401,6 +401,15 @@ where x.audit_status = 3
|
|
|
and ep.publish_page='W01'
|
|
|
and bi.domain_name like "%"#{url,jdbcType=VARCHAR}"%"
|
|
|
</if>
|
|
|
+ <if test="category == 1">
|
|
|
+ order by ap.if_top,ap.top_number,ap.show_number asc
|
|
|
+ </if>
|
|
|
+ <if test="category == 2">
|
|
|
+ order by dp.if_top,dp.top_number,dp.show_number asc
|
|
|
+ </if>
|
|
|
+ <if test="category == 7">
|
|
|
+ order by ep.if_top,ep.top_number,ep.show_number asc
|
|
|
+ </if>
|
|
|
<if test="boothSize !=null">
|
|
|
LIMIT 0, #{boothSize,jdbcType=VARCHAR}
|
|
|
</if>
|