瀏覽代碼

首页数据BUG修改

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(*)
   	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>