|
@@ -394,7 +394,7 @@
|
|
|
<if test="c.region!=null">
|
|
<if test="c.region!=null">
|
|
|
and region = #{c.region}
|
|
and region = #{c.region}
|
|
|
</if>
|
|
</if>
|
|
|
- order by release_status desc,status desc,id desc
|
|
|
|
|
|
|
+ order by release_status desc,sort desc,id desc
|
|
|
<if test="page_sql!=null">
|
|
<if test="page_sql!=null">
|
|
|
${page_sql}
|
|
${page_sql}
|
|
|
</if>
|
|
</if>
|