|
|
@@ -1808,7 +1808,7 @@
|
|
|
|
|
|
<select id="findMyAchievementListByPage" parameterType="String" resultType="com.goafanti.achievement.bo.AchievementListBo">
|
|
|
select
|
|
|
- a.id, a.boutique,a.name, a.audit_status as auditStatus,ifnull(t.x,0) as buyIntention,
|
|
|
+ a.id, a.boutique,a.name,a.category, a.audit_status as auditStatus,ifnull(t.x,0) as buyIntention,
|
|
|
a.release_date as releaseDate,ifnull(i.y,0) as countInterest
|
|
|
from achievement a
|
|
|
left join (select count(0) as x,commodity_id from t_order
|