Просмотр исходного кода

技术需求 猜你喜欢图片

liliang4869 лет назад: 7
Родитель
Сommit
4e6dbdd61c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/java/com/goafanti/common/mapper/DemandMapper.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/DemandMapper.xml

@@ -999,7 +999,7 @@
   </select>
   </select>
   <select id="selectRecentDemand" resultType="com.goafanti.demand.bo.DemandListBo">
   <select id="selectRecentDemand" resultType="com.goafanti.demand.bo.DemandListBo">
  select d.name,employer_name as employerName,d.id ,data_category as dataCategory,release_date as releaseDate,demand_type as demandType,budget_cost as budgetCost 
  select d.name,employer_name as employerName,d.id ,data_category as dataCategory,release_date as releaseDate,demand_type as demandType,budget_cost as budgetCost 
- ,fg.name as industryCategory1,fgg.name as industryCategory2,problem_des as problemDes
+ ,fg.name as industryCategory1,fgg.name as industryCategory2,problem_des as problemDes,d.picture_url as pictureUrl
  from demand d 
  from demand d 
      left join aft.industry_category  fg  on fg.id=d.industry_category_a
      left join aft.industry_category  fg  on fg.id=d.industry_category_a
     left join aft.industry_category fgg  on fgg.id=d.industry_category_b
     left join aft.industry_category fgg  on fgg.id=d.industry_category_b