|
|
@@ -1049,7 +1049,7 @@ left join demand_publish dp on dp.demand_id=d.id and dp.publish_platform=branchI
|
|
|
<select id="getHotDemand" resultType="com.goafanti.demand.bo.DemandListBo">
|
|
|
select d.name,release_date as releaseDate,d.id,problem_des as problemDes,
|
|
|
research_type as researchType,budget_cost as fundForPersonnel,crowd_cost as fundForCrowd,demand_type as demandType,
|
|
|
- fg.name as industryCategory1,fgg.name as industryCategory2,d.picture_url as pictureUrl,
|
|
|
+ fg.name as industryCategory1,fgg.name as industryCategory2,d.picture_url as pictureUrl,d.picture_url_min as pictureUrlMin,
|
|
|
data_category as dataCategory,validity_period as validityPeriod
|
|
|
from demand d
|
|
|
left join industry_category fg on fg.id=d.industry_category_a
|