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