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