Explorar el Código

需求BUG修复

anderx hace 7 años
padre
commit
ba286409a0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/java/com/goafanti/common/mapper/DemandMapper.xml

+ 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>