|
|
@@ -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>
|
|
|
|