|
@@ -802,7 +802,7 @@
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
<select id="recommendedApplicationList" resultType="com.goafanti.common.bo.MyCollection">
|
|
<select id="recommendedApplicationList" resultType="com.goafanti.common.bo.MyCollection">
|
|
|
- select a.id,a.name,a.introduce as introduction,a.price as textA,
|
|
|
|
|
|
|
+ select a.id,a.name,a.advertisement as introduction,a.price as textA,
|
|
|
c.nickname as ownerName,ifnull(d.count,0) as interestCount
|
|
c.nickname as ownerName,ifnull(d.count,0) as interestCount
|
|
|
from jt_business_project a
|
|
from jt_business_project a
|
|
|
left join jt_business_category b on a.category_id=b.id
|
|
left join jt_business_category b on a.category_id=b.id
|