anderx 7 anni fa
parent
commit
ba286409a0

+ 1 - 1
src/main/java/com/goafanti/common/mapper/DemandMapper.xml

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