anderx пре 7 година
родитељ
комит
5711139d28
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/main/java/com/goafanti/common/mapper/JtBusinessProjectMapper.xml

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

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