|
|
@@ -738,12 +738,13 @@
|
|
|
|
|
|
|
|
|
<select id="findRecommendProjectListByPage" resultType="com.goafanti.app.bo.ProjectBo">
|
|
|
- select b.id,b.bname as name,b.min_logo as minLogoUrl,b.introduce,ifnull(t.interestCount,0) as interestCount
|
|
|
+ select b.id,b.bname as name,b.min_logo as minLogoUrl,b.introduce,b.boutique,ifnull(t.interestCount,0) as interestCount
|
|
|
from business_project b
|
|
|
left join (select count(0) as interestCount ,project_id from project_interest
|
|
|
group by project_id) t on b.id=t.project_id
|
|
|
where b.delete_sign=0
|
|
|
and b.status=0
|
|
|
+ order by b.boutique desc
|
|
|
<if test="page_sql!=null">
|
|
|
${page_sql}
|
|
|
</if>
|