|
@@ -616,7 +616,7 @@
|
|
|
<select id="findAppDemandCount" parameterType="String" resultType="java.lang.Integer">
|
|
<select id="findAppDemandCount" parameterType="String" resultType="java.lang.Integer">
|
|
|
select count(1)
|
|
select count(1)
|
|
|
from demand d
|
|
from demand d
|
|
|
- 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">
|
|
<if test="employerId != null">
|
|
|
and d.employer_id = #{employerId, jdbcType=VARCHAR}
|
|
and d.employer_id = #{employerId, jdbcType=VARCHAR}
|
|
|
</if>
|
|
</if>
|