@@ -745,6 +745,7 @@
group by project_id) t on b.id=t.project_id
where b.delete_sign=0
and b.status=0
+ and boutique=1
order by b.boutique desc
<if test="page_sql!=null">
${page_sql}