Signed-off-by: anderx <312518615@qq.com>
@@ -394,7 +394,7 @@
<if test="c.region!=null">
and region = #{c.region}
</if>
- order by release_status desc,status desc,id desc
+ order by release_status desc,sort desc,id desc
<if test="page_sql!=null">
${page_sql}