|
|
@@ -556,7 +556,7 @@
|
|
|
left join (select count(0) as countInterest ,demand_id from demand_interest
|
|
|
group by demand_id) t on d.id=t.demand_id
|
|
|
left join (select demand_id from demand_interest where uid= #{uid,jdbcType=VARCHAR}) y on d.id=y.demand_id
|
|
|
- where d.deleted_sign = 0 and d.audit_status=2 and d.info_sources=1 and d.release_status=1
|
|
|
+ where d.deleted_sign = 0 and d.audit_status=2 and d.info_sources=1
|
|
|
<if test="employerId != null">
|
|
|
and d.employer_id = #{employerId, jdbcType=VARCHAR}
|
|
|
</if>
|