anderx лет назад: 7
Родитель
Сommit
5711139d28

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

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