Browse Source

技淘BUG修复

anderx 7 years ago
parent
commit
49ffe99c1f

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

@@ -1149,7 +1149,6 @@ where a.audit_status=2
 and ap.achievement_id=a.id
 and branchInfo.id = ap.publish_platform
 and instr(ap.publish_page,#{2})>0
-and is_hot=1
 and info_sources=1
 </select>
 

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

@@ -1047,7 +1047,7 @@ left join demand_publish dp on dp.demand_id=d.id and dp.publish_platform=branchI
     left join industry_category fgg  on fgg.id=d.industry_category_b
       left join branch_information branchInfo on INSTR(#{1},branchInfo.domain_name)>0
 left join demand_publish dp on dp.demand_id=d.id and dp.publish_platform=branchInfo.id
-   where d.is_hot=1 and d.audit_status=2 and info_sources=1 and dp.demand_id=d.id and dp.publish_platform=branchInfo.id and instr(dp.publish_page,#{2})>0
+   where  d.audit_status=2 and info_sources=1 and dp.demand_id=d.id and dp.publish_platform=branchInfo.id and instr(dp.publish_page,#{2})>0
     order by  release_date  desc limit #{0}
   </select>