@@ -30,6 +30,7 @@
from info a
where a.recommendStatus = 1
and a.enabledStatus = 1
+ and a.auditStatus = 2
and NOW() >= a.pubdate
<if test="typeId != null and typeId != ''">
and a.typeId = #{typeId}
@@ -61,6 +62,7 @@
</if>
</where>
order by a.pubdate desc
</select>
@@ -122,7 +124,7 @@
WHERE
a.id = #{id}
AND a.enabledStatus = 1
- and a.auditStatus = 1
<select id="findLabelIdsByName" resultType="java.lang.Integer">
select id