@@ -789,7 +789,8 @@
select
count(0)
from demand a left join user b on a.employer_id = b.id
- where a.info_sources=1
+ where a.info_sources=1
+ and a.deleted_sign=0
<if test="employerId != null">
and a.employer_id = #{employerId,jdbcType=VARCHAR}
</if>