@@ -831,7 +831,7 @@
select count(*)
from jt_business_project a
left join jt_business_category b on a.category_id=b.id
- where a.is_hot=1
+ where a.is_hot=1 and a.audit_status=2
<if test="type==1">
and b.module != 1
</if>